michaelschnyder / oidc-angular

AngularJS Library for token based authentication
MIT License
23 stars 21 forks source link

access tokens? #5

Open vinaylakkam opened 6 years ago

vinaylakkam commented 6 years ago

Does it not support access tokens?

El-Tee-E commented 6 years ago

Not out of the box, it seems. Or I didn't find how to. You could grab the access token on the callback page and manually save it in localStorage. Then add an httpinterceptor that grabs the token and appends it to the header of any request to your API.

mortenn commented 3 years ago

I am considering implementing this feature, as I do kind of need it for some projects