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 278 B
export var LogLevel; (function (LogLevel) { LogLevel["Debug"] = "debug"; LogLevel["Info"] = "info"; LogLevel["Warn"] = "warn"; LogLevel["Error"] = "error"; LogLevel["Security"] = "security"; })(LogLevel || (LogLevel = {})); //# sourceMappingURL=logger.js.map