- Updated dependencies
- boto3
- chalice
- pytest
- Added
POST /logout
- Added
POST /init-forgot-password
- Added
POST /confirm-forgot-password
- Fixed bug that allowed consumers to call refresh token endpoint with unknown fields
- Migrated with Pyocle
- Added refresh endpoint
- Fixed bug that raised 500 internal server error when no
oldPassword
field was given when confirming an account.
- Added login route
- Added confirm account route