auth0-blog / react-flux-jwt-authentication-sample

Sample for implementing Authentication with a React Flux app and JWTs
590 stars 101 forks source link

isLoggedIn Should Also Check if JWT is Expired #6

Open cancan101 opened 9 years ago

cancan101 commented 9 years ago

Along the lines of https://github.com/auth0/auth0-angular/issues/146

mgonto commented 9 years ago

You're right. I'll change this.

Thanks for the report.

henryboldi commented 9 years ago

What's the status on this? I only see the isTokenExpired function in angular-jwt.

jonkristian commented 8 years ago

+1 for this, any status?

patrickgordon commented 8 years ago

:+1:

ChristianDavis commented 7 years ago

Has this progressed at all?