0.0.15 ā€¢ Published 1 year ago

@gydeone/sso-client v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago