Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 1.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Added per provider configuration, which allows multiple Cognito providers to be set for different user pools.

v0.4.0 (2022-03-08)

  • BREAKING: remove option to handle refresh tokens by passing as an argument to the callback URL. This approach involved transmitting the refresh token to the browser and as such was in violation of the OAuth 2.0 RFC.

v0.3.1 (2022-01-14)

  • Add support for configuring scopes to include.

v0.3.0 (2021-09-01)

  • BREAKING: minimum ueberauth version is now 0.7
  • Standardize handling of CSRF Attack protection

v0.2.0 (2020-05-28)

  • 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!

v0.1.0 (2019-12-19)

  • Initial release