nedpals / supabase-go

Unofficial Supabase client library for Go.
https://pkg.go.dev/github.com/nedpals/supabase-go
MIT License
362 stars 69 forks source link

Failed to get Auth.User Token #39

Open ipoool opened 7 months ago

ipoool commented 7 months ago

I was trying to get User by token, the token coming from supabase.auth.currentSession.access_token (on flutter) and after that, I can't get the data user base on the token. do you know how to solved it?