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

When initiating a SAML client flow via the /sso endpoint, the service provider object Entity ID is omitted from the initialization options, causing the underlying saml library to incorrectly use...

## What kind of change does this PR introduce? This is a bug fix for issue: https://github.com/supabase/supabase/issues/36990 ## What is the current behavior? If you change `ConfirmationURL` for an email...

## What kind of change does this PR introduce? Feature ## What is the current behavior? Allowed origins can't be set ## What is the new behavior? Allows setting CORS...

## Summary This PR adds support for using Supabase Auth as an OAuth 2.1 provider with full PKCE support, enabling Supabase Auth instances to federate authentication to other Supabase Auth...

do not merge

Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.12 to 5.2.2. Release notes Sourced from github.com/go-chi/chi/v5's releases. v5.2.2 What's Changed Use strings.Cut in a few places by @​JRaspass in go-chi/chi#971 Fix non-constant format strings in...

go
dependencies

Adds an `email` or `phone` identity (if user has email or phone number, or both) when adding/updating a password to the user, and the identities are not there. Fixes #2085

1. full panic stack trace. below 2. both HTTP and PostgreSQL hooks cause the same panic "{\"component\":\"api\",\"error\":\"500: Internal Server Error\",\"level\":\"error\",\"method\":\"POST\",\"msg\":\"500: Internal Server Error\",\"panic\":\"interface conversion: interface {} is nil, not string\",\"path\":\"/signup\",\"referer\":\"https://preview--agro-naija-ask.lovable.app/\",\"remote_addr\":\"81.221.149.106\",\"request_id\":\"9a45420c471a8bbd-ZRH\",\"stack\":\"goroutine...

bug

## What kind of change does this PR introduce? Feature This PR adds LINE(https://developers.line.biz/en/docs/line-login/integrate-line-login/) as an external provider. ## What is the current behavior? LINE provider did not exist before....

# Bug report Ethereum addresses with different cases create duplicate identities ### Description Supabase Auth treats Ethereum wallet addresses as case-sensitive strings when creating Web3 identities, causing the same wallet...

bug

Fixes lost query params in redirect URLs. AsRedirectURL now preserves user query params when adding access token data, ensuring redirects like ?redirect=dashboard are no longer dropped.