All notable changes to this project made by Monade Team are documented in this file. For info refer to [email protected]
cognito_password_policy
model attribute to specify cognito password policy on user creation
sync_from_cognito!
now accepts a block to configure extra fields before save
- A password generator that follows Cognito policies
- Allow passing a custom password generator
- Override default password generated when explicitly passing one to the model
sync_from_cognito!
to create users in the local database from cognitosync_to_cognito!
to create cognito users based from the local database
- [BREAKING] Switched from explicit
aws_access_key
/aws_secret_access_key
to a more flexibleaws_client_credentials
Rails
module references
- First release