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

## What kind of change does this PR introduce? Feature ## What is the current behavior? JWT claims are not controllable, other than using a custom access hook. This can...

enhancement

## What kind of change does this PR introduce? Ref: #451 Add TikTok to integrated Oauth Provider list ## What is the current behavior? There is no option for Oauth...

enhancement
For discussion

# 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

# 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

`email` and `phone` should not be required as they are not used by Supabase Auth for anything meaningful. They also don't have to exist (but are probably set as `""`...

To enable fast releases with internal Supabase tooling, a special tarball structure is needed. This is temporary until the internal tool is changed to support a more conventional tarball structure....

## Describe the bug Anonymous signIn creates a new user in auth.table everytime I restart the app. Same behaviour on iOS and Android ## To Reproduce Steps to reproduce the...

bug

## What kind of change does this PR introduce? This changeset updates the migrations schema that's causing trouble on new supabase/auth installations whether it's using docker or not. The types...

## What kind of change does this PR introduce? Bug fix ## What is the current behavior? Since Keycloak 19, this is required for the userinfo endpoint to work. If...

## What kind of change does this PR introduce? Add [Zitadel Provider ](https://zitadel.com/docs/apis/openidoauth/endpoints) ## What is the current behavior? Currently, Supabase Auth does not support Zitadel as an authentication provider....

enhancement
provider