packages feed

servant-auth-token-api-0.4.2.0: CHANGELOG.md

0.4.2.0
=======

* Add `AuthFindUserByLogin` endpoint.

0.4.1.0
=======

* Add `AuthCheckPermissionsMethod` endpoint.
* Add `AuthGetUserIdMethod` endpoint.

0.4.0.1
=======

* Relax `aeson` version bound.

0.4.0.0
=======

* Sync release with `servant-auth-token` package.

0.3.2.0
=======

* Add `flat-perm-symbols` flag.

0.3.1.0
=======

* Fix overlaying bug with singe use code authorisation.

0.3.0.0
=======

* Add single use code authorisation.

0.2.1.0
=======

* Expose `UnliftPermSymbol` and `PlainPerms`.

0.2.0.0
=======

* Moving tokens to `PermSymbol` instead of `Symbol` to allow complex permission labels to be used.
* Return `Unit` instead of `()`.

0.1.2.0
=======

* Remove reexports.

0.1.1.0
=======

* `PagedList` schema name now contains names of parameters.