oidc-angular icon indicating copy to clipboard operation
oidc-angular copied to clipboard

access tokens?

Open vinaylakkam opened this issue 6 years ago • 2 comments

Does it not support access tokens?

vinaylakkam avatar Jul 26 '18 10:07 vinaylakkam

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.

El-Tee-E avatar Jul 26 '18 10:07 El-Tee-E

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

mortenn avatar Nov 03 '20 12:11 mortenn