auth
auth copied to clipboard
A JWT based API for managing users and issuing JWT tokens
## What kind of change does this PR introduce? This PR adds two new metrics, `gotrue_email_send_operations_counter_total` and `gotrue_email_send_errors_counter_total`, for tracking email send operations and errors respectively. The purpose of these...
## What kind of change does this PR introduce? Feature - adds SCIM v2 provisioning support for enterprise SSO providers This is a complete, general implementation inspired by the needs...
## Problem I noticed we were making redundant HTTP calls to OIDC discovery endpoints (`.well-known/openid-configuration`) on **every single OAuth/OIDC request**: - Every `/authorize` request -> HTTP call to provider's discovery...
[AUTH-921](https://linear.app/supabase/issue/AUTH-921) ### Description Sorry for the influx of issues haha. I found another issue limiting flexibility of SAML or even making SAML impossible to use. Currently, the `supabase.auth.signInWithSSO` method for...
# 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...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.18.0 to 0.18.1. Release notes Sourced from github.com/consensys/gnark-crypto's releases. v0.18.1 Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1 Changelog Sourced from github.com/consensys/gnark-crypto's changelog. [v0.18.1] - 2025-10-28 Docs add CHANGELOG for 0.18.1 Perf...
# Bug report When using the Supabase local development environment, I am utilizing the Auth "reload" feature (with the hot_reload directory being watched).I added a new environment file named aaaa.env...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? Firebase Scrypt password hash and salt decoding uses base64.StdEncoding. When users are exported...
# 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...