Closed jeyjeycodes closed 3 years ago
So you're getting an access_token
without using the Supabase.Auth calls?
So you're getting an
access_token
without using the Supabase.Auth calls?
Exactly! I get it from a mobile app and web app. It works better with out flows and I was wondering if I can create a session just from a token if possible. I have an idea how it is meant to work
Available in v0.1.6-prerelease
you should see it hit NuGet in the next 15-20 minutes or so! Thanks for the request!
You are a LEGEND! Thank you!
https://github.com/supabase/supabase-csharp/blob/98ef31fa35aebcec97c8847737f3ff552e56ef68/Supabase/Client.cs#L142
I want to be able to pass my token like so:
But it is being overwritten by the fact that it checks only if there is a current session which I can't create without using the sign in method.