Is there
any way to get the access token post-auth on the server side? I have seen this issue (and commented on it) but I desperately need a solution, as I'm using Go on the backend (irrelevant but it may help in some instance) and Next.js on the frontend. However I would like to use little to no JS on the client side, and relying solely on SSR for the pages.
Issue in question:
https://github.com/supabase/gotrue/issues/279