-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Android] Acess Token Refresh Mechanism #83
Comments
How does this overlap with the JWT Token work linked here? - https://github.com/orgs/openedx/projects/56/views/7?filterQuery=&pane=issue&itemId=41392390 Is this additional improvement to that for refresh specifically? |
You linked the wrong issue. This is for Android: #59. Yeap, it's a much-needed improvement. Looking back, the above issue should have tested the basic refresh flow for JWT auth. This is crucial to prevent unexpected logouts and make the user experience better. I've already done something about it by creating a pull request that not only fixes the issue by adding the needed refresh mechanism but also makes it work better, which improves the whole system. |
FYI @volodymyr-chekyrta on related JWT effort - https://github.com/orgs/openedx/projects/56/views/7?filterQuery=&pane=issue&itemId=41392419 is the Android ticket not the iOS one linked above. Thanks for clarifying @HamzaIsrar12 |
fixes: LEARNER-10350
User sessions often require continuous access to our system, and currently, our access token management lacks a mechanism for seamless refresh. This poses a challenge as users are frequently interrupted due to expiring access tokens, resulting in a suboptimal user experience.
The text was updated successfully, but these errors were encountered: