0.11.0 - Some enhancements; updates for Spring Boot 1.5
naturalprogrammer
released this
08 Mar 07:18
·
314 commits
to master
since this release
Uses Spring Boot 1.5
features. Tested with 1.5.1
. Please note that, due to some bug it doesn't work with Spring Boot 1.5.2.
API changes:
POST .../signup
changed toPOST .../users
GET .../users/{id}/fetch-by-id
changed toGET .../users/{id}
POST .../users/{id}/update
changed toPUT .../users/{id}
- CSRF token is now sent as only a cookie (with httpReadonly false)