Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add third-party auth support #423

Merged
merged 5 commits into from
Jul 29, 2024
Merged

feat: add third-party auth support #423

merged 5 commits into from
Jul 29, 2024

Conversation

grdsdev
Copy link
Collaborator

@grdsdev grdsdev commented Jun 17, 2024

Adds support for the accessToken option on the Supabase client which can be used to provide a third-party authentication (e.g. Auth0, Clerk, Firebase Auth, ...) access token or ID token to be used instead of Supabase Auth.

When set, supabase.auth.xyz cannot be used and an error will be thrown.

See supabase/supabase-js#1004 for more information.

@grdsdev grdsdev requested review from hf and dshukertjr June 17, 2024 17:11
@grdsdev grdsdev force-pushed the feat/3p-auth-support branch from 781b81e to 89c1db9 Compare July 29, 2024 08:27
@grdsdev grdsdev merged commit d760f2d into main Jul 29, 2024
5 checks passed
@grdsdev grdsdev deleted the feat/3p-auth-support branch July 29, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants