0.0.2 • Published 4 years ago
@innatical/allests v0.0.2
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')