forked from squidfunk/terraform-aws-cognito-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
24 lines (15 loc) · 766 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
terraform-aws-cognito-auth-0.3.2 (2018-12-28)
* Updated all dependencies to fix security vulnerabilities
* Moved common dependencies to top-level for faster builds
* Fixed error with CloudFront Lambda@Edge function
terraform-aws-cognito-auth-0.3.1 (2018-09-10)
* Fixed registration error for empty email address
terraform-aws-cognito-auth-0.3.0 (2018-09-09)
* Added identity token expires timestamp to hash fragment
* Refactored external redirect component into enhancer
* Fixed double slash on redirect to application origin
* Fixed rendering for small screens
terraform-aws-cognito-auth-0.2.0 (2018-09-07)
* Changed authentication success redirect to query-string format
terraform-aws-cognito-auth-0.1.0 (2018-09-06)
* Initial release