Skip to content

feat(auth): add third party auth support through access_token#1480

Open
o-santi wants to merge 1 commit intomainfrom
auth/third-party-auth
Open

feat(auth): add third party auth support through access_token#1480
o-santi wants to merge 1 commit intomainfrom
auth/third-party-auth

Conversation

@o-santi
Copy link
Copy Markdown
Contributor

@o-santi o-santi commented Apr 29, 2026

What kind of change does this PR introduce?

Add support for third party authentication, by passing in an access_token function that provides an external id token.

Based on supabase/supabase-js#1004.

@o-santi o-santi requested a review from a team as a code owner April 29, 2026 16:29
Copy link
Copy Markdown
Contributor

@grdsdev grdsdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This implementation fetches the access token only on client creation? The feature should be to always requests token when a sub-package makes a request. In the JS it fetches the token inside the fetch implementation.

@grdsdev grdsdev self-requested a review April 30, 2026 14:13
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