[Google OAuth] No token found after successful login.
After successful login, it takes me to the given callbackURI, but there is no bearer token in the URL. Where do I get the bearer token?
3 Replies
@admin @bekacru
You could grab it from the headers if you are using the bearer plugin specifiy the
"set-auth-token"
headerBearer Token Authentication | Better Auth
Authenticate API requests using Bearer tokens instead of browser cookies
@shahreaz