Added Async and Logging
Version 1.2.0
Released and includes some more community requested features
- Added async hooks to allow async operations with awaits (e.g. database access)
- Added context been passed into SqrlOnly and Hardlock hooks to allow for DI access
- Added Logging to middleware
- Fixed bug with OnTicketReceived been called twice
- Example of database usage has been added using a code first database