v0.2.0
- Removed
emailfield from user model.- Make sure to add a unique constraint to your user table's email field.
- Replaced endpoints:
POST /authenticate/passwordwithPOST /users/[user_id]/verify-passwordPOST /update-emailwithPOST /verify-new-emailPOST /password-reset-requestswithPOST /users/[user_id]/password-reset-requests
- Updated endpoint request parameters and response:
GET /usersPOST /users