auth icon indicating copy to clipboard operation
auth copied to clipboard

A JWT based API for managing users and issuing JWT tokens

Results 256 auth issues
Sort by recently updated
recently updated
newest added

# 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...

bug

## 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...

bug

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...

bug

- [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

# 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...

bug

## 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...

enhancement
For discussion

## 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...