Giraffe v3.4.0 Release Notes

Release Date: 2018-10-28 // over 5 years ago
  • 🚀 Another quick minor release to push out the authorizeRequest http handler.

    🆕 New features

    • ➕ Added a new http handler called authorizeRequest to authorize a request based on a HttpContext -> bool predicate.
    • ➕ Added a new http handler called authorizeUser which is an alias for evaluateUserPolicy. The evaluateUserPolicy handler will be removed in the next major release.