Skip to content

v1.7.1

Choose a tag to compare

@ravirajsinh45 ravirajsinh45 released this 23 Jul 12:14
· 73 commits to main since this release
6b6e45e

Fixed

  • Sign-in codes are no longer issued to uninvited emailsPOST /auth/send-magic-code used to create and, on verification, fully activate an account for any email address, whether or not an admin had invited it. Only an existing user (already active, or already invited via POST /users/invite) can now receive a working code; an unrecognized email gets the same generic response, so the endpoint still doesn't reveal which emails are registered.