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
93
stars
99
forks
source link
Add auth_session_validity parameter to user pool client #110
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.
Hello Luis,
I prepared a quick MR for you. Can you please have a look and approve it?
Thanks! :) Ruben