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

Add auth_session_validity parameter to user pool client #110

Closed xposix closed 1 year ago

xposix commented 1 year ago

Hello Luis,

I prepared a quick MR for you. Can you please have a look and approve it?

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.

Thanks! :) Ruben

lgallard commented 1 year ago

@xposix your changes were releases! Thanks for your PR!!