Evghenii Maslennikov
Evghenii Maslennikov
### Problem #### Password hashing :hash: Password hashing process is hard-coded and can't be modified in any kind. There are cases where we do need control on how password is...
### Problem: We can't halt event loop from an event inside (stop other hooks to be executed) Fixes #337 Idea of solution is to return a custom `ErrHalt` that will...
What about an option to stop (Halt) event loop from inside an event? `return true, nil` will still loop through all registered hooks in the given event chain, and there...