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.

8 lines 233 B
export * from "./errorCodes"; export * from "./header"; export * from "./logger"; export * from "./rateLimit"; export * from "./returns"; export * from "./security"; export * from "./verification"; //# sourceMappingURL=index.d.ts.map