-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
トークンに有効期限を設定できるようになって欲しい #15646
Comments
strongly related: #10911 |
My JWT proposal already has this feature: |
JWTにしたら解決できるのはそうですが、そこに至るまでの道筋が長そうなので切り分けて考えてもいいかなという気持ちです |
I think it is good to have an interim solution too, but at the end of the day I think since JWT has official support for token expiration (actually most JWT libraries handle checking for us if we put the timestamp in exp) we should eventually converge to use one solution. |
My hope was we can use This way we can coordinate frontend adoption better as frontend-side we would be able to incrementally implement JWT token info handling instead of having to implement all at once. |
Summary
一度きりのPlayなど、short-livedなユースケースで発行したトークンを使い終わった後に手動で失効させるのは忘れるリスクがあります。
現時点で被害にあったというわけではないですが…
Purpose
同上
Do you want to implement this feature yourself?
The text was updated successfully, but these errors were encountered: