Skip to content

v2.1.0

Compare
Choose a tag to compare
@warlof warlof released this 29 Mar 13:22
· 42 commits to master since this release
94dbc95

Enhancement

This version is dropping OAuth v1 endpoints to the new v2 implementation and use JWT token mechanics.
Existing v1 tokens are automatically converted into v2 format on first call.

ESI is configured to use either one or the other version - so no impact is intended.

To sign and check provided token, you'll need the following extensions on your installation :

  • gmp
  • mbstring
  • openssl