v1.4.0
Breaking changes!! If your application is built on one of the previous releases, you need to do some adjustments to your codes before switching to v1.4.
- Now it is possible to serve both JSON response and HTML pages (Django-like syntax)
- To serve HTML pages, the template files must be located in the
templates
directory - Newly added:
Basic Auth
. Users can use either one of them or both -JWT
andBasic Auth
- At the application level, it is now possible to allow/block requests from user-defined IPs using
Firewall