Packages
An Ueberauth strategy for integrating with AWS Cognito
Retired package: Security issue - Refresh tokens not handled properly
Current section
Files
Jump to
Current section
Files
ueberauth_cognito
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.3.0
* BREAKING: minimum ueberauth version is now 0.7
* Standardize handling of CSRF Attack protection
## 0.2.0
* BREAKING: minimum Elixir version is now 1.7
* Added per app configuration based on the otp_app
* Support some optional parameters for Cognito `/authorize`
* Modified to return `info/1` with the information of User in `Ueberauth.Auth.Info`
Thank you to @mdillavou and @yagince for their contributions to this release!
## 0.1.0
Initial release