Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 01:31
· 1841 commits to develop since this release

0.15.0 (2023-08-10)

Bug Fixes

  • Alg header was not correctly set, and we do support ES256 for JsonWebSignature2020 now (d8e961c)
  • Authentication fixes (adafd6b)

Features

  • Add graceful http server termination (bba073b)
  • Add morgan logging to express builder. Allow expres to start from build result (caa4909)
  • Add optional entra ID auth builder (960f2df)
  • Add optional static bearer auth builder, with hashed tokens (6a7dd17)
  • Allow document loader to also load DID from the agent and fall back to the universal resolver (all configurable) (f2f9fbc)
  • allow signing credential with local resolved DID. Especially handy for did:web that is not yet published/exposed (34793e9)
  • Separate SIOPv2 REST API into individual functions and use express-support (2495980)