Breaking changes
- Enchanted Link attribute change: Updated the
identifier
attribute tolinkId
, 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 ofkeys
.- Format in
v1
:[{...}]
- Format in
v2
:{"keys": [{...}]}
- Format in
- Support Roles via API: Actions for Role management, including:
create
,update
,delete
andloadAll
.