Skip to content

fix(gotrue): do not redirect on the link identity flow - #391

Open
AndrewKahr wants to merge 2 commits into
supabase-community:masterfrom
Madrona-Games:fix-link-identity
Open

fix(gotrue): do not redirect on the link identity flow#391
AndrewKahr wants to merge 2 commits into
supabase-community:masterfrom
Madrona-Games:fix-link-identity

Conversation

@AndrewKahr

Copy link
Copy Markdown

What kind of change does this PR introduce?

This PR fixes #378

What is the current behavior?

There is an error trying to link an identity through the PKCE flow

What is the new behavior?

Successfully links the identity through the PKCE flow instead of getting stuck on the apikey error.

@fresh55

fresh55 commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

this fixes the response-side gap I noted in #379, so I would give green light👍
Two nonblocking nits: shorten the inline comment, and throw if the response lacks url instead of returning the local authorize URL.

@AndrewKahr

Copy link
Copy Markdown
Author

@fresh55 thanks for the feedback! I've made the requested adjustments. Please let me know if anything else is needed to get this merged. Thanks!

@fresh55

fresh55 commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

LGTM 👍

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.

Error Linking Identity due to missing API key when skip_http_redirect is not set to true

2 participants