platform/CHANGELOG.md

15 lines
364 B
Markdown
Raw Normal View History

2018-06-27 16:59:40 +00:00
# 1.1.1+2
* `_apply` now always sends a `token` cookie.
2018-06-27 16:42:43 +00:00
# 1.1.1+1
* Update `protectCookie` to only send `maxAge` when it is not `-1`.
2018-06-27 16:36:31 +00:00
# 1.1.1
* Added `protectCookie`, to better protect data sent in cookies.
2017-12-21 09:12:52 +00:00
# 1.1.0+2
* `LocalAuthStrategy` returns `true` on `Basic` authentication.
2017-12-21 06:32:16 +00:00
# 1.1.0+1
* Modified `LocalAuthStrategy`'s handling of `Basic` authentication.