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 362 B
export type TypedArray = Uint8Array | Int8Array | Uint16Array | Int16Array | Uint32Array | Int32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array; export type SHAFamily = "SHA-1" | "SHA-256" | "SHA-384" | "SHA-512"; export type EncodingFormat = "hex" | "base64" | "base64url" | "base64urlnopad" | "none"; //# sourceMappingURL=security.d.ts.map