artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to pass access token as Authorization header?

plindsay opened this issue · comments

Hi, I have an access token for a user saved in the DB, and wanted to make an API request on their behalf. I understand I can append the 'access_token' parameter to the API endpoint URL, but I would prefer to send it in a HTTP authorization header - how would I do that?

Cheers