UNPKG

auth-vir

Version:

Auth made easy and secure via JWT cookies, CSRF tokens, and password hashing helpers.

4 lines (3 loc) 172 B
import { stringifyWithJson5 } from '@augment-vir/common'; import { generateNewJwtKeys } from './jwt-keys.js'; console.info(stringifyWithJson5(await generateNewJwtKeys()));