danilobuerger / redux-implicit-oauth2

OAuth 2.0 Implicit Grant Flow with Redux
MIT License
30 stars 20 forks source link

access_token not returned from localstorage #12

Closed DraconPern closed 7 years ago

DraconPern commented 7 years ago

in token.js getToken() doesn't return a token properly because EXPIRES_AT_KEY isn't set right/checked because of null vs ''.

danilobuerger commented 7 years ago

@DraconPern could you try with master, it should be fixed there already and please report back. I just didn't do a release yet.

danilobuerger commented 7 years ago

@DraconPern did you have a chance to try it out with master or the new release?

danilobuerger commented 7 years ago

No response, closing.