@authaz/sdk
v1.2.8
Published
NodeJS authaz SDK
Readme
@authaz/sdk
Core SDK for Authaz authentication.
Installation
npm install @authaz/sdk
# or
pnpm add @authaz/sdk
# or
yarn add @authaz/sdkUsage
import { AuthazClient } from '@authaz/sdk';
const client = new AuthazClient({
clientId: 'your-client-id',
clientSecret: 'your-client-secret',
});Documentation
For full documentation, visit https://authaz.io/docs
License
MIT
