mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-14 18:58:10 +08:00
Allow lifetime_seconds to be None to get session cookies
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user