Open FelixKLG opened 9 months ago
Move argon's hashing stuff which blocks the main thread into a Tokio spawn_blocking thread.
spawn_blocking
The way I solved it is REALLY janky and the password hashing and validation should be passed down into another crate.
Move argon's hashing stuff which blocks the main thread into a Tokio
spawn_blocking
thread.