@krainovsd/fastify-auth
v0.1.1
Published
Krainov fastify auth
Downloads
25
Maintainers
Readme
@krainovsd/fastify-auth
The library of helpers.
Installing
Package manager
Using pnpm:
pnpm install @krainovsd/fastify-authUsing yarn:
yarn add @krainovsd/fastify-authUsing npm:
npm install @krainovsd/fastify-authUsage
import { Auth } from "@krainovsd/fastify-auth"
const auth = new Auth({
cookieName: "token",
secretType: "secret",
tokenSecret: "secret123",
userNameField: "username",
});