Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@MatthiasKunnen MatthiasKunnen released this 14 Dec 17:40
· 12 commits to master since this release
v4.0.0
a888db4

Breaking:

  • serviceCodes is now required in ItsmeClient constructor.

New features:

  • ItsmeClient.generateAuthUrl which returns a URL to be used in
    exchangeAuthorizationCode.
  • Service codes are now a generic parameter which should prevent typos
    and a guaranteed not null on ItsmeClient.getRedirectUrl

Dependencies:

  • Upgrade node-jose to v2