UNPKG

@pardnchiu/jwt-auth

Version:

A JWT authentication package providing both Access Token and Refresh Token mechanisms, featuring fingerprint recognition, Redis storage, and automatic refresh functionality.

5 lines 140 B
import { JWTAuth } from "./JWTAuth"; export * from './type'; export { JWTAuth }; export default JWTAuth; //# sourceMappingURL=index.d.ts.map