- Moved default logger from file based implementation to php's default
error_log
based approach.
Assets
3
Changes:
- Support for AJAX request with
application/json
content type (JSON Payload). Token now transferred through request header in case of POST request (AJAX). Added support in server to handle such tokens. - The parameters
path
,domain
&secure
of setcookie method made configurable via config file. Developers can set them according to needs. In case of no special requirement they can use the default settings.
Assets
3
Minor bug fixes, a few enhancements and more support for IE.
Changes:
- Ability to override logging functionality by inheriting the library
- Option to add secure flag by config value change
- Support for multiple tabs
- [bug fix] form submission through
onchange
event or js based submission doesn't fail - [bug fix] Echoed form support CSRF Validation