@argusjs/token-jwt-rs256
v0.1.4
Published
JWT RS256 token provider with JWKS support.
Readme
@argusjs/token-jwt-rs256
JWT RS256 token provider with JWKS support.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/token-jwt-rs256Usage
import { RS256TokenProvider } from '@argusjs/token-jwt-rs256';
const token = new RS256TokenProvider({ issuer: 'auth.myapp.com' });Docs
See the main documentation for full API reference and examples.
