auth
auth copied to clipboard
A JWT based API for managing users and issuing JWT tokens
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
## What kind of change does this PR introduce? feature ## What is the current behavior? No support for Nextcloud OAuth ## What is the new behavior? Add support for...
# Bug report ## Describe the bug When setting up OAuth with Facebook Login I am getting the error "Error getting user email from external provider". I have seen this...
Adds a new optional config `GOTRUE_SESSIONS_ALLOW_LOW_AAL` (duration) which when set will prevent the continued refreshing of a user session if the session has not been upgraded to the highest possible...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
- [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and [Discord](https://discord.supabase.com). - [X] I confirm this is a bug with Supabase, not with my own application. ## Describe...
# Bug report Note: I tried to go through vulnerability reporting but I found that to be so complex that I gave up. ## Describe the bug If you set...
## What kind of change does this PR introduce? This change will populate the `CustomClaims` field from the `Claims` struct with 'other' claims from the Keycloak user token. ## What...
## What kind of change does this PR introduce? Adds support for alphanumeric and alphabetic (lower, upper and mixed case) characters as configuration options for generating OTPs. ## What is...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? In fact, err is incorrect and should be terr. ## What is the...