@authlink/client
The official TypeScript SDK for integrating with the Authlink Identity Provider.
🚀 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