Skip to content

Commit

Permalink
fix(configuration): rename token_lifespan in configuration example (#…
Browse files Browse the repository at this point in the history
…6951)

Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
  • Loading branch information
nightah committed Mar 19, 2024
1 parent 0f5e7e5 commit 05c8989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.template.yml
Expand Up @@ -268,7 +268,7 @@ identity_validation:
## Reset Password flow. Adjusts how the reset password flow operates.
reset_password:
## Maximum allowed time before the JWT is generated and when the user uses it in the duration common syntax.
# token_lifespan: '5 minutes'
# jwt_lifespan: '5 minutes'

## The algorithm used for the Reset Password JWT.
# jwt_algorithm: 'HS256'
Expand Down
2 changes: 1 addition & 1 deletion internal/configuration/config.template.yml
Expand Up @@ -268,7 +268,7 @@ identity_validation:
## Reset Password flow. Adjusts how the reset password flow operates.
reset_password:
## Maximum allowed time before the JWT is generated and when the user uses it in the duration common syntax.
# token_lifespan: '5 minutes'
# jwt_lifespan: '5 minutes'

## The algorithm used for the Reset Password JWT.
# jwt_algorithm: 'HS256'
Expand Down

0 comments on commit 05c8989

Please sign in to comment.