-
Notifications
You must be signed in to change notification settings - Fork 15
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
Make it clear that EXPIRATION_EPOCH
is the last "available" epoch for all entities
#253
Comments
I suggest to either
|
As @carpawell has already mentioned, we live in another time model and technically do the same thing as JWT does with X seconds splay on token expiration checks. |
IMO in most cases user wants to set expiration epoch - the timestamp when its product becomes unavailable. If he actually wants to set last available claim, he just sets next epoch as an exp claim. I don't see any reason to go off specification (if you fix the desire to follow it). |
Let's stick to how we treat expiration epoch for objects. |
This is the way it is now, just improving the documentation. Signed-off-by: Roman Khimov <[email protected]>
This is the way it is now, just improving the documentation. Signed-off-by: Roman Khimov <[email protected]>
Check all the descriptions/comments. Related to regular and irregular objects, tokens.
The text was updated successfully, but these errors were encountered: