asynmetric local key AKA http://localhost:54321/auth/v1/.well-known/jwks.json
Will there be asymetric keys support in local development as its available in the cloud? Dont want to verify the JWT with different methods depending on the system i am on.
I am using a custom-access-token hook to inject stuff into my JWT (app_metadata), thus its not available via supabase.auth.getSession(). For this i need to verify and decode my JWT manually.
I am using a custom-access-token hook to inject stuff into my JWT (app_metadata), thus its not available via supabase.auth.getSession(). For this i need to verify and decode my JWT manually.