root: decrease default token size to 60 chars for compatibility (#3710)

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

#2614
This commit is contained in:
Jens L 2022-09-30 23:12:51 +02:00 committed by GitHub
parent b73c70cbc2
commit cca0f60bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ default_user_change_username: true
gdpr_compliance: true
cert_discovery_dir: /certs
default_token_length: 128
default_token_length: 60
impersonation: true
blueprints_dir: /blueprints

View File

@ -215,7 +215,7 @@ When enabled, all the events caused by a user will be deleted upon the user's de
Requires authentik 2022.4.1
:::
Configure the length of generated tokens. Defaults to 128.
Configure the length of generated tokens. Defaults to 60.
### `AUTHENTIK_IMPERSONATION`