We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Different options should be implemented:
Revoking tokens must include:
token.isRevoked
token.status
ACTIVE
REVOKED
EXPIRED
Feature tests:
Example generation:
Documentation:
Related work:
min( (now + 30min) , tokenValidUntilTimestamp )
The text was updated successfully, but these errors were encountered:
Removed
93e571e
- Test command, closes #59.
Add command token:revoke, closes #59.
token:revoke
973b438
Rename command `user:token:create` to `token:create`, related to #59.
3299250
071f4c5
No branches or pull requests
Different options should be implemented:
Revoking tokens must include:
Todo: How? SettingOrtoken.isRevoked
to true?token.status
to revoked?ACTIVE
: Token works normally.REVOKED
: Token is manually deactivated but not deleted.EXPIRED
: Currently unused state for tokens which are expired.Feature tests:
Example generation:
Documentation:
Related work:
min( (now + 30min) , tokenValidUntilTimestamp )
.The text was updated successfully, but these errors were encountered: