mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
feat: add possibility to set an expiration to a session (#6851)
* add lifetime to session api * extend session with lifetime * check session token expiration * fix typo * integration test to check session token expiration * integration test to check session token expiration * i18n * cleanup * improve tests * prevent negative lifetime * fix error message * fix lifetime check
This commit is contained in:
@@ -491,6 +491,8 @@ Errors:
|
||||
Session:
|
||||
NotExisting: 会话不存在
|
||||
Terminated: 会话已经终止
|
||||
Expired: 会话已过期
|
||||
PositiveLifetime: 会话生存期不得小于 0
|
||||
Token:
|
||||
Invalid: 会话令牌是无效的
|
||||
WebAuthN:
|
||||
|
Reference in New Issue
Block a user