lgallard / terraform-aws-cognito-user-pool

Terraform module to create Amazon Cognito User Pools, configure its attributes and resources such as app clients, domain, resource servers. Amazon Cognito User Pools provide a secure user directory that scales to hundreds of millions of users.
Apache License 2.0
89 stars 95 forks source link

New auth_session_validity parameter in user pool client #109

Closed xposix closed 1 year ago

xposix commented 1 year ago

The AWS provider since at least 4.38.0 supports customising to amount of minutes for the auth session validity. This is useful when resetting passwords and to extend the amount of time the token sent by email is valid.

My company needs to implement it, so I'm going to prepare a MR.

xposix commented 1 year ago

My pull request: https://github.com/lgallard/terraform-aws-cognito-user-pool/pull/110

xposix commented 1 year ago

Thanks @lgallard !