Skip to content

Add auth

Pre-release
Pre-release
Compare
Choose a tag to compare
@maltaesousa maltaesousa released this 07 Apr 08:10
· 806 commits to master since this release
1f42633

Added new endpoints:

  • "auth/current/": retrieves current user
  • "auth/password/": request a password change and sends email if user exists
  • "auth/password/confirm": view to confirm password reset. Link is provided in email. No template yet.
  • "auth/register/": register

Backend testing bench initialized