- Fix
create
anddelete
actions - Add
delete_all
action
- Implement controller versioning
- Add suport for embedding controllers
- Add plugs per action to controller
- Add application helper for enabling IIS integration
- Refactor authentication
- Add cookies auth helpers
- Add keyword for custom service configuration step
- Add error handler to controller
- Add helper for configuring logging
- Add application helpers for OAuth and GitHub OAuth
- Update to Giraffe 1.0
- Add AutoOpens to most modules
- Fix JWT authorization
- Set content root in
use_static
- Add toggle for forcing SSL
- Add toggle for forcing CORS
- Add helpers for JWT authentication
- Initial version
- Implemented
pipeline
abstraction - Implemented
scope
abstraction - Implemented
controller
abstraction - Implemented
application
abstraction - Implemented set of helpers for controllers
- Implemented set of helpers for generating links following controller conventions
- Implemented CORS handler