passport-oauth2
passport-oauth2 copied to clipboard
Bearer token question
Hi,
I have a question regarding the token when its successfully retrieved after the user is authorised. I assume the token gets added to the headers? Does it get add as a Bearer Authorisation token? Or do I need to add in extra logic to accomplish this?
Thanks