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.

4 lines 130 B
export type AuthHeaders = Headers | { get: (key: string) => string | null | undefined; }; //# sourceMappingURL=header.d.ts.map