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.

5 lines 170 B
import { getRandomValues } from "uncrypto"; export function randomBytes(length) { return getRandomValues(new Uint8Array(length)); } //# sourceMappingURL=random.js.map