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? 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 report Hi i just notice that the PUT /USER endpoint can be abused for adding putting data.  is it intended?
# 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...
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...
# 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...
# Bug report The difference between the newly created Supabase user and the migrated Firebase user is primarily in the password handling. Here’s a breakdown of the issues and potential...
## 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...