angular-token-auth icon indicating copy to clipboard operation
angular-token-auth copied to clipboard

Token-based authentication in AngularJS

Results 5 angular-token-auth issues
Sort by recently updated
recently updated
newest added

I'm not a user, but I did notice and copy your `url_base64_decoder` for a project of my own. I've noticed the following issue with it which you may want to...

else you may still see the previous error

I made a copy of your script adapted to my needs, but it breaks in a line like https://github.com/auth0/angular-token-auth/blob/master/auth.client.js#L34 with error Unexpected token at JSON.parse. This happens when the payload...

Using window.sessionStorage means the token will not survive a browser refresh. What would be the advisable approach here 1) Request a new token on application startup, just in case there...

How to import to MEAN: https://github.com/linnovate/mean