Skip to content

v3.0.0

Choose a tag to compare

@tyler-johnson tyler-johnson released this 09 Mar 00:28

3.0.0 (2016-03-09)

Bug Fixes

Features

  • add config cli flag alias, default config file is config.json (ae8bb4b)
  • json everywhere (23d312a)

BREAKING CHANGES

  • The POST and PUT methods now return JSON by default, with the JWT located in the token field. The response can return just the token if application/jwt is set in the Accept header. All HTTP errors are now of JSON type, with error: true (as opposed to valid requests having ok: true)