Replies: 1 comment
-
Never mind, I solved it! 😂
|
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
-
Hi everyone,
I have two methods of signing in to my app (API only with JWT)
1: email and password <-- this works fine
2: sign in with google (for iOS users)
To achieve the google sign in I have to verify a token the user has sent me from Google Auth on the iOS side
My current line of thinking was to call
token = rodauth.session_jwt
but when i use the token returned on another API endpoint i get
{ "error": "Please login to continue" }
Has anyone tried this implementation before and is willing to shed some light on it?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions