Releases: faroedev/faroe
Releases · faroedev/faroe
v0.2.1
v0.2.0
- Removed
email
field from user model.- Make sure to add a unique constraint to your user table's email field.
- Replaced endpoints:
POST /authenticate/password
withPOST /users/[user_id]/verify-password
POST /update-email
withPOST /verify-new-email
POST /password-reset-requests
withPOST /users/[user_id]/password-reset-requests
- Updated endpoint request parameters and response:
GET /users
POST /users
v0.1.0
update gitignore