1
Add automatic session code detection from a specfifc path in the URL in supabase-js
Source: supabase/supabase#33567 · opened by @naimkhrof
Currently, supabase-js does 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-js to 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?
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-js to 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?
No pledges yet. Be the first to back this.
Comments
Similar requests
Add autoRefresh Option to getUser() to Ensure Session Data is Synced with Latest User State
3 votes · 0 comments
[Supabasejs] support modify fetch option in http request
2 votes · 0 comments
URL acquisition after file upload
3 votes · 0 comments
customize session time box by each flow (short lived session for B2B2C apps)
3 votes · 0 comments
Persist session
1 vote · 0 comments
No comments yet.