@sphereon/ssi-sdk.contact-manager-rest-api
Version:
35 lines (23 loc) • 907 B
Markdown
<!--suppress HtmlDeprecatedAttribute -->
<h1 align="center">
<br>
<a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a>
<br>Contact Manager Rest API (Typescript)
<br>
</h1>
**Warning: This package still is in very early development. Breaking changes without notice will happen at this point!**
A contact manager REST API plugin. This plugin provides rest APIs and calls into another plugin which manages contacts and identity configurations to third parties and persists them. These configurations can then be used to establish a connection.
## Supported identity connection types
For now the following connection types are supported:
- OpenID Connect
- Self Issued OpenID v2
## Installation
```shell
yarn add @sphereon/ssi-sdk.contact-manager-rest-api
```
## Build
```shell
yarn build
```