Enhance token authentication mechanism#229
Open
un-lock-able wants to merge 6 commits into
Open
Conversation
BobAnkh
requested changes
Jul 15, 2026
BobAnkh
left a comment
Member
There was a problem hiding this comment.
Let's first align the following things and then I will review the rest of the code. Also, please update all relevant documents.
un-lock-able
force-pushed
the
auth-enhancement
branch
from
July 17, 2026 07:47
c6443db to
f717f4a
Compare
un-lock-able
force-pushed
the
auth-enhancement
branch
from
July 17, 2026 13:12
f717f4a to
a55e7c8
Compare
Author
|
@BobAnkh I have removed the custom serde functions and now worker's lifetime is default to |
BobAnkh
requested changes
Jul 18, 2026
BobAnkh
left a comment
Member
There was a problem hiding this comment.
Need to improve the credential system. We might wait for the feature of address storage cred system to merge together.
un-lock-able
force-pushed
the
auth-enhancement
branch
2 times, most recently
from
July 20, 2026 02:25
0caa712 to
d8f3851
Compare
un-lock-able
force-pushed
the
auth-enhancement
branch
from
July 20, 2026 07:19
d8f3851 to
a8f502e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds two new features:
refreshcommand to request a new token, arevokecommand to revoke all tokens.