Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.08 KB

Changelog

All notable changes to this project made by Monade Team are documented in this file. For info refer to [email protected]

[1.3.0] - 2023-06-09

Added

  • cognito_password_policy model attribute to specify cognito password policy on user creation

[1.2.0] - 2023-05-23

Added

  • sync_from_cognito! now accepts a block to configure extra fields before save

[1.1.0] - 2023-04-27

Added

Fixed

  • Allow passing a custom password generator
  • Override default password generated when explicitly passing one to the model

[1.0.0] - 2023-03-30

Added

  • sync_from_cognito! to create users in the local database from cognito
  • sync_to_cognito! to create cognito users based from the local database

Changed

  • [BREAKING] Switched from explicit aws_access_key/aws_secret_access_key to a more flexible aws_client_credentials

Removed

  • Rails module references

[0.1.0] - 2022-05-28

Added

  • First release