knockoutcity-auth-client
v1.0.2
Published
[](https://www.npmjs.com/package/knockoutcity-auth-client) [](https://github.com/tandashi/KnockoutCity-Auth-Client/bl
Readme
KnockoutCity Auth Client
A authorization client implementation for the KnockoutCity Auth Proxy.
Note
This project is currently in alpha and is undergoing heavy development.
Installation
Use your prefered package manager to install knockoutcity-auth-client.
# NPM
npm install knockoutcity-auth-client
# Yarn
yarn knockoutcity-auth-client
# PNPM
pnpm install knockoutcity-auth-clientUsage
// Using required
const kocAuthClient = require('knockoutcity-auth-client');
// Using import
import * as kocAuthClient from 'knockoutcity-auth-client'
// or
import { ... } from 'knockoutcity-auth-client'Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
