UNPKG

auth-vir

Version:

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

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