mirror of
https://github.com/teamhanko/hanko.git
synced 2025-11-02 14:57:11 +08:00
feat(backend): let cookie name be configurable through config
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user