Skip to content

Releases: faroedev/faroe

v0.2.1

28 Oct 03:14
88da67e
Compare
Choose a tag to compare
  • Added --dir option serve command.

v0.2.0

27 Oct 15:02
Compare
Choose a tag to compare
  • 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 with POST /users/[user_id]/verify-password
    • POST /update-email with POST /verify-new-email
    • POST /password-reset-requests with POST /users/[user_id]/password-reset-requests
  • Updated endpoint request parameters and response:
    • GET /users
    • POST /users

v0.1.0

26 Oct 10:30
Compare
Choose a tag to compare
update gitignore