@xlt-token/core
v1.2.1
Published
Framework-agnostic core contracts and utilities for xlt-token
Maintainers
Readme
@xlt-token/core
Framework-agnostic token authentication core for xlt-token.
Install
pnpm add @xlt-token/coreUsage
import { createXltToken, MemoryStore, StpUtil } from '@xlt-token/core';
const xlt = createXltToken({ store: new MemoryStore() });
const token = await xlt.stpLogic.login('1001');Documentation
https://xiaolangtou.github.io/xlt-token/
License
MIT
