angular2-jwt-refresh icon indicating copy to clipboard operation
angular2-jwt-refresh copied to clipboard

Refresh token support for angular2-jwt

Results 11 angular2-jwt-refresh issues
Sort by recently updated
recently updated
newest added

It seems that this module is not useable with newer versions of angular. I always get the following exception: requestWithToken.flatMap(...).concatMap is not a function. Will there be a fix at...

JWT changed to support Angular 5.. Any plans to update this package? This module is awesome!

I am only not sure if this is due to a new version of Angular, or due to a newer version of RxJS which Angular 5 forces. However, it produces...

I have to send the current token as payload in request body to refresh it. It took me some time reading the source code to figure out, that a dynamic...

I have based on the example configuration tried to implement this to my project but it doesn't seem to be working. No matter what the `"beforeSeconds"` is set it doesn't...

Hi I'd like to be able to add a header on every refresh. The value of the header will be calculated (and unique) every time the refresh endpoint is hit....

Hello @leonardobazico , I had huge problems figuring out why the AoT webpack build was failing using your library. Finally I found out removing `AuthConfig` and `JwtConfigService` from providers array...

Hi guys, Before I imported angular2-jwt-refresh to handle the refresh token cycle, I've been using angular2-jwt with no problems (of course without the refresh token cycle). I'm using OAuth2 server...

This is a very good plugin but it is very fixed to do things only one way. I am trying my best to add a custom header to the auth...

import 'rxjs' is not needed with new angular core 2.4.9 . It's not working with this, I needed to remove require ('rxjs') from angular2-jwt-refresh.js in node_modules to get this to...