Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: maintain backward compatibility for asymmetric JWTs (supabase#1690)
## What kind of change does this PR introduce? * Use the original value of `GOTRUE_JWT_SECRET` - no need to check for base64 decoding. * Don't include the kid claim if the kid is an empty string ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to include screenshots if it includes visual changes. ## Additional context Add any other context or screenshots.
- Loading branch information