feat(backend): let cookie name be configurable through config

This commit is contained in:
Frederic Jahn
2023-07-03 15:14:57 +02:00
parent d97a1adde7
commit f944abcd63
5 changed files with 34 additions and 11 deletions

View File

@ -166,6 +166,13 @@ session:
# Default value: true
#
secure: true
## name ##
#
# Sets the name of the cookie.
#
# Default value: hanko
#
name: true
## enable_auth_token_header ##
#
# The JWT will be transmitted via the X-Auth-Token header. Enable during cross-domain operations.