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.

6 lines 168 B
export * from "./logger"; export * from "./rateLimit"; export * from "./request"; export * from "./sanitizer"; export * from "./time"; //# sourceMappingURL=index.js.map