Skip to content

dustinrouillard/fastify-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dustin's Security Module

Default environment

All JWT's will be checked/signed with secret and have the default issuer of dustin.sh/api unless you pass different values when using the middleware or if you change the following variables

JWT_ISSUER=new_issuer
INTERNAL_SECRET=new_secret

dotenv is not included, and this will only use system variables. If you want to use your .env import dotenv in your own codebase before importing this module.

About

Security based functions and utilities for my Fastify boilerplate

Resources

License

Stars

Watchers

Forks