Skip to content

v0.9.1

Compare
Choose a tag to compare
@yaelt47 yaelt47 released this 11 Dec 14:12
2822c1a

Breaking changes

  • Enchanted Link attribute change: Updated the identifier attribute to linkId, to make it clearer for the Descoper to use.

Enhancements

  • Key Response structure update: A v2 of the key response API; in order to support other frameworks, such as OpenID Connect, the key response's structure was updated, and keys are now a sub-attribute of keys.
    • Format in v1: [{...}]
    • Format in v2: {"keys": [{...}]}
  • Support Roles via API: Actions for Role management, including: create, update, delete and loadAll.