Allow lifetime_seconds to be None to get session cookies

This commit is contained in:
François Voron
2021-03-19 18:19:58 +01:00
parent 902bcdb8d2
commit ef4a54c204
10 changed files with 20 additions and 15 deletions

View File

@ -49,8 +49,8 @@ def get_verify_router(
}
token = generate_jwt(
token_data,
verification_token_lifetime_seconds,
verification_token_secret,
verification_token_lifetime_seconds,
)
if after_verification_request: