Bearer Google OAuth issue
Hello guys, I'm trying to get the Bearer token to work
When get a session token from making an auth request to google OAUTH looks like :
when I try to make requests lik "get-session" using that token in Authorization headers like
Authorization : Bearer {my token...}
I get a null response
If I send the same token as cookie, it works perfectly. not sure what I am missing
When get a session token from making an auth request to google OAUTH looks like :
zZtpeu9A06fykU3bxTFE5KVXXXXXXXXX.nWZbC5M3V9lLTG7bq...when I try to make requests lik "get-session" using that token in Authorization headers like
Authorization : Bearer {my token...}
I get a null response
If I send the same token as cookie, it works perfectly. not sure what I am missing