robisim74 / AngularSPAWebAPI

Angular Single Page Application with an ASP.NET Core Web API that uses token authentication
MIT License
231 stars 59 forks source link

Don't decode access token on the client #3

Closed robisim74 closed 7 years ago

robisim74 commented 7 years ago

https://github.com/IdentityServer/IdentityServer4/issues/466

Remove the decoding of the access token from the client to ensure that the token has not been altered:

robisim74 commented 7 years ago

done