- Added
--dir
optionserve
command.˝
- 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