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

Supabase Auth should support passing custom parameters (such as tenant, login_hint, or other provider-specific params) to the OAuth authorization URL directly from the frontend. Alternatively, there should be a way...

bug

## Description Adds support for `allow_expired=true` query parameter to allow decoding expired JWTs for legitimate use cases (debugging, audit logs, displaying user info after expiration). Fixes: https://github.com/supabase/auth/issues/2256 ## Changes -...

### Describe the bug ```ts await getClaims(token, { allowExpired: true } ``` still throws expiration error ### Library affected auth-js ### Reproduction _No response_ ### Steps to reproduce _No response_...

bug

# Bug report ## Describe the bug Our supabase server was working fine and suddenly auth service is down and getting following error log { "event_message": "{\"level\":\"fatal\",\"msg\":\"running db migrations: error...

bug

# Bug report - [ ] 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),...

bug

### Description Currently, `supabase.auth.linkIdentity()` only supports linking OAuth providers (Google, GitHub, etc.) to an existing Supabase Auth user. However, there’s no supported way to link a Web3 wallet to a...

enhancement

Hello, I’m encountering a persistent AuthApiError: email rate limit exceeded on PUT /auth/v1/user, even after disabling “Secure email change” and “Confirm email”, waiting several minutes, and restarting the project. Project...

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

# 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

This PR makes some fixes and tweaks on top of https://github.com/supabase/auth/pull/2020 _(it's used for working on the system-manager modules integration in https://github.com/supabase/postgres/pull/1787)._ **The flake have been rewritten using [blueprint](https://github.com/numtide/blueprint) framework**,...