Cognitex - Library for managing user acounts through AWS Cognito service.
I have recently created a small library for managing user accounts through AWS Cognito service.
Cognitex
The following functionality is covered;
- User registration
- Confirm registration (with the confirmation code received from AWS, by email)
- User authentication
- Fetch user data by an access token
- Fetch user data by username
- Change user password
- Update user attributes
- Reset a forgotten password
Link to project https://github.com/Skoda091/cognitex
Read next Elixir Cowboy Websocket Handler