Skip to content

Commit

Permalink
Add changeset for the signing key decoding change (#1216)
Browse files Browse the repository at this point in the history
This should have been included in
27fcdfc.
  • Loading branch information
alco authored May 2, 2024
1 parent f3096b1 commit c8e6981
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/weak-ducks-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@core/electric": patch
---

Revert the change introduced in 0deba4d79de61a31aa19515d055a2a977a8e1b4e (released in version 0.9.3) where the configured signing key would get automatically decoded if it looked like a valid base64-encoded string.

Electric will no longer try to interpet the signing key. A new configuration option named `AUTH_JWT_KEY_IS_BASE64_ENCODED` has been added.

0 comments on commit c8e6981

Please sign in to comment.