help: can jwt-auth destroy tokens it generates? #5001
-
Issue descriptionjwt-auth 是否由主动销毁已生成 token的功能? Environment
Steps to reproducejwt-auth 是否由主动销毁已生成 token的功能? Actual resultjwt-auth 是否由主动销毁已生成 token的功能? Error logjwt-auth 是否由主动销毁已生成 token的功能? Expected resultNo response |
Beta Was this translation helpful? Give feedback.
Answered by
tzssangglass
Sep 7, 2021
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
juzhiyuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jwt
is stateless, as specified by the protocol itself. Thejwt
has an expiry date and will expire automatically when it does.