Skip to content

AuthSessionMissingError: Auth session missing #26791

Answered by dshukertjr
QuDaMyker asked this question in Questions
Discussion options

You must be logged in to vote

supabase_flutter and @supabase/ssr both use the PKCE flow by default, which disallows the sign-in to be complete if the sign-in flow was started in one environment (device / browser etc), and the sign-in link was clicked in another environment. You can use the implicit flow if you want to start the sign-in flow in one environment and complete it in another.

You an set what flow to use in the createClient or Supabase.initialize call.

Replies: 12 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@rajnikantwebdev
Comment options

@QuDaMyker
Comment options

@faithandjs
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dshukertjr
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@adg29
Comment options

@infinia-yzl
Comment options

@Pokeko
Comment options

@AhamSammich
Comment options

@Vri6500
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet