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? Adds MFA for WebAuthn ## What is the current behavior? Please link any relevant issues here. ## What is the new...

## What kind of change does this PR introduce? We don't store the OTP with Twilio Verify and will need to do the check with Twilio if we want to...

# 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 Hi i just notice that the PUT /USER endpoint can be abused for adding putting data. ![image](https://github.com/user-attachments/assets/653055d9-b83e-409b-8054-cb75b67c0d14) is it intended?

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

So, Basically, when a user is banned by having their metadata field **banned_until** populated with a date and time, the user is no longer able to log in, as per...

bug
auth

# Improve documentation [Reset Password PKCE flow ](https://supabase.com/docs/guides/auth/passwords?queryGroups=language&language=js&queryGroups=flow&flow=pkce#resetting-a-password) ## Describe the problem Two improvements here (1) In the document about password reset, it mentions the email template should contain the...

documentation

## What kind of change does this PR introduce? SSO via OIDC in additional to SAML ## What is the current behavior? SSO only with SAML ## What is the...