tvallotton
tvallotton
Study the implementation at https://github.com/jebrosen/rocket_oauth2/tree/next
Build some security feature against multiple failed login attempts.
Check that passwords aren't too similar to their corresponding email addresses.
Add a confiuration parameter that allows to specify the language for error messages, and the hashing algorithm
**Problem** Pushing a new route with `push_route` does not update title. **Steps To Reproduce** Steps to reproduce the behavior: ``` clone https://github.com/tvallotton/dioxus-router-title cd dioxus-router-title trunk serve ``` **Expected behavior** The...
### Summary you can access a reproducible example in this branch: [clippy-fix-error](https://github.com/tvallotton/models/tree/clippy-fix-error). It seems that clippy forgot to remove a semicolon but I'm not entirely sure. I ran `clippy --fix`...
# Proposal ## Problem statement The current implementation of Waker is Send + Sync, which means that it can be freely moved between threads. While this is necessary for work...