You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.