-
Notifications
You must be signed in to change notification settings - Fork 597
Update AuthenticationToken to include an expiration date #709
Comments
I don't recommend it. |
For the reasons @Tratcher mentions we are not planning to add this. |
I'm fine (though limiting In this case, you should consider removing |
It's still informative. We included it in all the other incarnations (claims, etc.), I don't see why you'd push to drop it now. |
Because it's semantically wrong: an expiration date is not an authentication token. That said, I think it's worth keeping it somewhere, so why not storing it as a simple property? (instead of including it in the authentication tokens stuff) |
It's harder to retrieve and flow with the tokens if you treat it as separate data. |
#698 (comment)
The text was updated successfully, but these errors were encountered: