so i've got a bit of an odd one here; i'm trying t...
# help
a
so i've got a bit of an odd one here; i'm trying to use Go to authenticate with Supabase, and it's having trouble getting the accessToken (and the rest of the query params, i'm using Mux) because the access token uses an anchor tag (
#
) instead of a query param tag (
?
). is there a way I can fix this, where I can set the tag or something? thanks!
n
Hello @AmusedGrape! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
a
update; you can't access URL fragments on the server, and GoTrue does this for some reason. i've opened an issue on GoTrue to hopefully fix this https://github.com/supabase/gotrue/issues/472
so i think i just need to get the session data or whatever on the server side callback
n
🆕 Getting callback data on the serverside