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

# Improve documentation ## Link [README.md](https://github.com/supabase/auth/blob/master/README.md) ## Describe the problem ### Overview There is a missing information in docs in what format should be the JWT secret in `GOTRUE_JWT_SECRET` environment...

documentation

# Bug report ``` final token = await UserApi.instance.loginWithKakaoAccount(); final res = await _supabase.auth.signInWithIdToken( provider: OAuthProvider.kakao, idToken: token.idToken!, ); ``` above code results `AuthException(message: Unacceptable audience in id_token: [kakao_native_app_key], statusCode:...

bug

# Bug report For Kakao Login, `Android` and `iOS` SDKs use the **Native app key**. Currently, Supabase Dashboard requires inputting the **REST API Key**. With the addition of [Kakao OIDC...

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 Before opening a bug report, please verify the following: - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I...

bug

# Improve documentation ## Link https://github.com/supabase/auth/blob/master/README.md ## Describe the problem There is documentation missing in various ways. The first I noticed was with the /verify endpoint where I had to...

documentation
good first issue

# Improve documentation ## Link https://github.com/supabase/auth/blob/master/README.md ## Describe the problem There is at least one endpoint missing from the API Endpoints documentation. Specifically, I the /verify route is missing from...

documentation
good first issue

# Bug report ## Describe the bug I am using `auth.admin.generateLink` with type `magiclink` in an edge function and passing the `redirectTo` param. However the generated link does not respect...

bug

TBD if these will be valuable. Its LLM generated. For discussion at weekly sync ### Summary This PR analyzes the Twitter OAuth provider implementation test coverage, finding that only 10.2%...

## What kind of change does this PR introduce? EIP4361 Auth on the backend via SIWS That can easily be extended further for any other EIP4361 compliant sign-in method. ##...