-
Notifications
You must be signed in to change notification settings - Fork 8
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
Nicer message for Error 400 after inactivity #7
Comments
Thank you for the awesome suggestion. I will try it. |
I forgot to mention the use statements needed: use OAuth\Common\Http\Exception\TokenResponseException;
use OAuth\Common\Token\TokenInterface; |
Hello @YoitoFes, any advancements on this topic? Thank You. |
We are also affected. Any news here @YoitoFes ? Thank you |
IMO, the suggested approach is dependent on the hard-coded string in dokuwiki\plugin\oauth\HTTPClient, making the maintenance hard. Since I want to check the field/method which indicates HTTP status code directly, made the feature request (cosmocode/dokuwiki-plugin-oauth/issues/149). |
In loose conjunction with #5,
when users click around in a 15 mins old dokuwiki webpage, they get a
in their face. It simply should read, "You have been logged out. Please re-login."
Inside Keycloak.php, you could override the method
refreshAccessToken
with:The text was updated successfully, but these errors were encountered: