Migrating to JWKS
Hi friends! I'm migrating our project to use JWKS and a bit confused on backwards compatibility:
When I want to rotate my keys, the docs appear to say all new JWTs will be signed with the new private key, and therefore verifying these new keys would no longer work? I understand anon key remains valid (my frontend react client is using the anon key to authenticate) but as a user, if im still testing this locally, how can I generate a new JWT with the new private key before fully rotating?
0 Replies