Add automatic session code detection from a specfifc path in the URL in supabase-js #33567
Unanswered
naimkhrof
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently,
supabase-jsdoes not automatically detect the session code from a specific path in the redirection URL. For example, when the URL looks like:The token needs to be manually extracted to create the session, which adds unnecessary complexity. It would be great to have an option that allows
supabase-jsto automatically detect the session code from a specific path in the URL.For instance, an option like:
Would this feature be feasible for
supabase-js, especially for password recovery flows?All reactions