Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmackenzie1 committed Feb 1, 2025
1 parent 98b6ad3 commit 4e0b36b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions torii-auth-email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ hashed password in the database.
2. The plugin hashes the password and verifies it against the stored hash.
3. If the password is correct, the user is authenticated and the plugin returns a `User` object with the user's id and username (email).
4. If the password is incorrect, the user is not authenticated and the plugin returns an error.

## TODO

- [ ] Add trait for password validation
- [ ] Add pre-create and pre-update hooks

0 comments on commit 4e0b36b

Please sign in to comment.