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

# 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

## What kind of change does this PR introduce? Bug fix ## What is the current behavior? JWT ValidMethods not parsed from env because split_words was missing on the struct...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the Docs, GitHub Discussions, and...

bug

### Bug Report **Describe the bug** When using SAML 2.0 SSO with an identity provider that sends multi-valued attributes (e.g., Azure AD groups claim), Supabase Auth/gotrue only captures the **first**...

bug

## What kind of change does this PR introduce? This PR adds the `http_route` label to standard HTTP server metrics collected by the otelhttp package. This enables users to collect...

### Describe the bug The /recover endpoint returns a 500 Internal Server Error with error_code: "unexpected_failure" when requesting a password reset for a user whose email address contains an apostrophe...

bug

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.16.0 to 1.16.8. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Moisture Filters (v1.16.8) This is a security fix release and is recommended for all users. It resolves two...

go
dependencies

## Problem I noticed there was a TODO for storing the `token_endpoint_auth_method` value. While integrating with Claude.ai's OAuth flow, we discovered that returning `client_secret_basic` for all clients (regardless of their...

fix(web3): normalize Ethereum addresses to lowercase to prevent case-sensitivity issues #2264 ## What kind of change does this PR introduce? Bug fix - Resolves case-sensitivity issues with Ethereum addresses in...

## What kind of change does this PR introduce? In the verify method there was a unrequired panic as the chi router already handle if the method is other than...