-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Add logout command to CLI #488
Comments
I'm interested in this issue. can I work on it? |
I'm working on a logout CLI command, but I currently have the following issues and would like to discuss them. We currently use JWT for authentication, so we can't invalidate them. So this is my approach.
I tried the above method, but there were two problems.
Please let me know if you can think of a better approach, or if there's a way to work around the two issues above. :) |
Thank you for your research. Instead of token invalidation, I think deleting the token from the context file( It might be beneficial to consider aspects such as token invalidation for future reference as well. |
Description:
We can log in to the Yorkie server, to use admin APIs which can manage documents and projects with CLI.
But we don't have logout command to log out from the Yorkie server yet.
Refer to:
Related to #544
Why:
The text was updated successfully, but these errors were encountered: