OAuth Solutions? #149
Answered
by
natew
gavindoughtie
asked this question in
Q&A
OAuth Solutions?
#149
-
Playing with the full stack example and (boo-hoo) no guidance on OAuth solutions that fit well with the onejs philosophy. Any suggestions? Looking to get the auth part over with with minimal headaches. NextAuth? |
Beta Was this translation helpful? Give feedback.
Answered by
natew
Oct 10, 2024
Replies: 1 comment
-
We have an even fuller stack example that isn't released yet, but shows how to do Also the tamagui.dev site source code, where we actually have it working in prod, so maybe more useful reference. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gavindoughtie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have an even fuller stack example that isn't released yet, but shows how to do
@supabase/ssr
:https://github.com/onejs/one/blob/main/examples/one-fullstack/features/api/getSupabaseServerClient.ts
Also the tamagui.dev site source code, where we actually have it working in prod, so maybe more useful reference.