Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@dmtzs dmtzs released this 01 Jan 16:05
· 28 commits to master since this release
88d586f

Description

The reason about why from 3.0.1 now we are in 4.0.0 is because new functionality added to the library.

  • Now to generate tokens there is the possibility to instead of adding username and password that comes from basic auth now it can be possible to use a json body in the request to use the username and password from json body instead of the ones in basic auth credentials.
  • Error handlers added to the library that were not considered before.