-
Notifications
You must be signed in to change notification settings - Fork 551
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
Implement refresh tokens authentication #2230
Comments
So the following are needs to implement:
|
No, logout is not required. Read the documentation carefully and some blog on refresh tokens |
@anhanh11001 Why it is on hold from server-side? |
It's not. This is available in dev server, not in production. All client development must be done using development instance of server |
@anhanh11001 Are you working on it or can I take this issue? |
@liveHarshit just a little, please take this issue |
@liveHarshit Can i work on this issue ? |
@ranjsa there is already a PR for this, please work on another issue or try to test the app to see if you can find any bugs to fix or reasonable new features to implement |
i would like to work on this if assigned |
@spacemonkey1101 Take one issue at once |
API Docs - https://api.eventyay.com/
By default, users will not be logged out from the site. All needed info on how to implement it is present in Authentication Section of the API doc above. If any doubt, ask me.
The text was updated successfully, but these errors were encountered: