1.2.0 โ€ข Published 4 months ago

@authlink/client v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

๐Ÿš€ Getting Started

Install

npm install @authlink/client

Usage

import { IdentityProviderClient } from "@authlink/client";

const client = new IdentityProviderClient("https://authlink.co.za");

๐Ÿ“š Documentation

Coming soon: https://docs.authlink.co.za

๐Ÿ›  Features

  • Token exchange via Authorization Code and Refresh Token
  • Session management
  • Type-safe APIs
  • Works in browser and Node.js

๐Ÿงช Development

npm install
npm run build

๐Ÿ“ License

MIT