-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin doesn't handle expired tokens #29
Comments
Hi @yetanotherspinner , Great work, really thanks for sharing this. Are you willing to fix it through a PR? If you prefer I can do it by my own. If you like this plugin, please don't forget to star the project to help Best regards, |
Hi Bernardo, Sure, please fix it. Thanks. |
The version 0.2.4 is out there with your code, please let me know if everything ok and we can close this issue. If you like this plugin, please don't forget to star the project to help Best regards, |
Works for me. |
I am using google login and it seems the plugin doesn't handle a scenario when application was signed in, but the token has expired already (it is valid for 1 hour). I had to add the following branch to GoogleProviderHandler.java (to "public bool isAuthenticated()"):
BTW, I am using com.auth0.android.jwt.JWT (dependency is 'com.auth0.android:jwtdecode:1.3.0')
The text was updated successfully, but these errors were encountered: