tvallotton

Results 19 issues of tvallotton

Study the implementation at https://github.com/jebrosen/rocket_oauth2/tree/next

priority

Build some security feature against multiple failed login attempts.

enhancement

Check that passwords aren't too similar to their corresponding email addresses.

enhancement

Check that passwords are not among the 20,000 most common passwords.

enhancement

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`...

C-bug
I-suggestion-causes-error

# 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...

T-libs-api
api-change-proposal
WG-async
A-async-await