Skip to content

feat: LinkIdentity using idToken#128

Open
AndrewKahr wants to merge 4 commits into
supabase-community:masterfrom
Madrona-Games:feat/link-identity-with-idtoken
Open

feat: LinkIdentity using idToken#128
AndrewKahr wants to merge 4 commits into
supabase-community:masterfrom
Madrona-Games:feat/link-identity-with-idtoken

Conversation

@AndrewKahr

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

This PR enables manual identity linking using native idTokens instead of only the PKCE flow. It also fixes an issue where the apiKey was lost during a redirect in the PKCE linking flow, causing an error. It now follows the logic in the JS library to avoid a redirect. There was also a minor typo in the unlinking flow's URL builder. Finally, the GitHub Actions tags were bumped due to the versions going EOL.

What is the current behavior?

Currently, there is no function to link with an idToken while the JS library supports this behavior.

What is the new behavior?

You can now manually link identities using idToken in addition to PKCE.

@AndrewKahr AndrewKahr changed the title Feat/link identity with idtoken feat: LinkIdentity using idToken May 24, 2026
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.

1 participant