How to authenticate with Github? #7802
Unanswered
KittichoteKamalapirat
asked this question in
Q&A
Replies: 1 comment
-
I was looking for that as well, but since I couldn't find anything, I implemented my own using Expo built in WebBrowser.maybeCompleteAuthSession(); that does the heavy lifting. You get the the authorization code back, then you need to implement the rest to handle the tokens etc. I did it with firebase functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't see any mention of authenticating with Github in the doc. Does anyone know how to do it?
Beta Was this translation helpful? Give feedback.
All reactions