volatiletech / authboss

The boss of http auth.
MIT License
3.79k stars 204 forks source link

Events ability to halt #338

Open larrycinnabar opened 2 years ago

larrycinnabar commented 2 years ago

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 be considered to stop immediately the loop