0.0.15 • Published 2 years ago

@gydeone/sso-client v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Welcome to @gydeone/sso-client šŸ‘‹

Version License: MIT

Install

npm install @gydeone/sso-client

Usage

const client = new SsoClient({
    public: {
        url: 'http://localhost:3000/graphql',
        accessToken: 'public_iKZkjSG#w&2ou%K*GkjsPmfg'
    },
    private: {
        url: 'http://localhost:3001/graphql',
        accessToken: 'private_aA4ESq3Gc7hk*q^%vwK4VVZa'
    }
});

const challengeResult = await client.challenge({params: {did: 'qwe'}, schema: SchemaType.Did})
console.log(challengeResult.challenge);

Run tests

npm run test

Author

šŸ‘¤ uxname@gmail.com

Show your support

Give a ā­ļø if this project helped you!

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago