@innatical/allests
v0.0.2
Published
The alles identity TS SDK
Downloads
1
Readme
allesTS
An easy SDK for Alles Identity Gateway
Usage
const client = new Client('id', 'token')
await client.createFlow({
callback: 'http://localhost:8080/callback',
state: 'this is optional'
})
await client.getProfile('code')