As an application, I want to create a token for user that is valid for a short period of time. For instance, to temporarily grant the user access to a restricted part of the application.
- blocks
-
CWD-3000 Support for WebSudo
- Closed
- incorporates
-
CWD-3057 Add an operation in the REST client to invalidate all tokens of a given user
- Closed
- is duplicated by
-
CWD-2931 Dynamically specify the expiry period for session cookies on login
- Closed
- relates to
-
CWD-340 Ability to configure session timeouts for individual applications
- Closed
- Testing discovered
-
CWD-3083 TokenReaper task does not delete expired tokens in the background
- Closed
- was split into
-
CWD-3042 Drop column cwd_token.last_accessed_date, which is no longer in use
- Closed
As part of this change, the session resource now accepts a duration parameter to specify how long a token should live, in seconds.