auth
auth copied to clipboard
A JWT based API for managing users and issuing JWT tokens
## What kind of change does this PR introduce? Feature that gives configuration option to block an email address event if the mx server of the domain is on a...
The admin.createUser endpoint wasn't checking password strength against configured rules, while admin.updateUser was doing this validation. This creates a security gap where users created via the admin API could have...
Getting the below error on running the build - created using make build ``` {"args":[0.014014875],"component":"pop","level":"info","msg":"%.4f seconds","time":"2024-08-20T19:06:21Z"} {"level":"fatal","msg":"running db migrations: error executing migrations/20240729123726_add_mfa_phone_config.up.sql, sql: do $$ begin\n alter type auth.factor_type add...
:robot: I have created a release *beep* *boop* --- ## [2.171.0](https://github.com/supabase/auth/compare/v2.170.0...v2.171.0) (2025-03-28) ### Features * allow invalid config directories ([#1969](https://github.com/supabase/auth/issues/1969)) ([6b842f6](https://github.com/supabase/auth/commit/6b842f6b304bba5f886c6bf8b5675d914f881a2d)) ### Bug Fixes * propagate error when when confirming...
Lets say you run flutter for web and specify port 7357, and in your auth URL settings you list your primary domain at the top as site url (https://primarydomain.com) and...
Trying to self host latest supabase version I can't send mail with the following error: ``` {"level":"info","msg":"Request received external host in X-Forwarded-Host or Host headers, but the values have not...
# 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? Under some circumstances headers may be passed that override the From field. This can cause emails to come from application users...
# 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...
This is my attempt at adding a Steam provider. I do not know go very well. I also have not tested this, as I am new to supabase.