Equalize the duration of the kratos and skynet sessions.
This commit is contained in:
parent
865208a418
commit
e9958ce73e
|
@ -65,6 +65,7 @@ secrets:
|
|||
session:
|
||||
cookie:
|
||||
domain: secure.siasky.net
|
||||
lifespan: "24h"
|
||||
|
||||
hashers:
|
||||
argon2:
|
||||
|
|
|
@ -94,7 +94,7 @@ mutators:
|
|||
config:
|
||||
issuer_url: http://oathkeeper:4455/
|
||||
jwks_url: file:///etc/config/oathkeeper/id_token.jwks.json
|
||||
ttl: 4h
|
||||
ttl: 24h
|
||||
claims: |
|
||||
{
|
||||
"session": {{ .Extra | toJson }}
|
||||
|
|
Reference in New Issue