UNPKG

aegis-auth

Version:

A credentials-based auth solution for Next.js (and other Node projects) with IP rate-limiting, account lockouts, and sessions in DB.

9 lines 262 B
export * from "./base64"; export * from "./compare"; export * from "./csrfToken"; export * from "./hmac"; export * from "./password"; export * from "./random"; export * from "./sessionToken"; export * from "./verificationToken"; //# sourceMappingURL=index.js.map