Top "Angular2-jwt" questions

Questions about helper library for working with JWTs in your Angular 2 applications

How to send JWT token as authorization header in angular 6

Currently I used this static code in component .ts file but this one is not work. It returns unauthorized(401). But …

angular angular2-jwt
Angular2 - How to best handle expired authentication token?

I am using Angular 2.1.2. I have an authentication token (using angular2-jwt) and if it expires my webApi call fails …

angular angular2-routing angular2-jwt
Angular2-jwt - AuthHttp, refresh tokens, putting it all together

It kind of seems like I am going in circles here, and perhaps it's because of the use of so …

angular jwt angular2-jwt
Angular 6 using angular2-jwt

After the migration of my app from Angular 4^ to Angular 6 (newest version) I got a very weird error in my …

angular angular6 angular2-jwt