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...
# 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...
# 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...
According to the documentation on [phone login](https://supabase.com/docs/guides/auth/phone-login), Textlocal is listed as a supported provider, with instructions to create API keys via [Textlocal signup](https://textlocal.com/signup/). However, based on the code, it appears...
## What kind of change does this PR introduce? Update README and example.env to include the Twilio Verify credentials ## What is the current behavior? Only Twilio Messaging credentials is...
I am trying to register a user using both email and phone authentication in Flutter app with Supabase, but encountering the following error: 149 - assert((email != null && phone...
fix: make all auth.users tokens fields default empty fix error authenticating users created via sql functions. the issue causes token generation to fail during the user lookup due to an...
 ### Snyk has created this PR to fix 2 vulnerabilities in the dockerfile dependencies of this project. Keeping your Docker base image up-to-date means you’ll benefit from security fixes...
## Error Name ``` Nonces mismatch ``` ## Code ```'use client'; import TokenAndAssertionFetch from '@/components/AzureAuth/TokenAndAssertionFetch'; import { createClient } from '@/utils/supabase/client'; import { useEffect, useState } from 'react'; function decodeJWT(token)...
**Describe the bug** The `auth.email.double_confirm_changes` configuration option (https://supabase.com/docs/guides/local-development/cli/config#auth.email.double_confirm_changes) in the config.toml does not seem to work. **To Reproduce** Repository: https://github.com/maximilian-hammerl/supabase-change-email-address-bug After starting both Supabase (`npm run start`, and optionally `npm...