UNPKG

create-nodejs-express-project

Version:

A CLI for generating a new express project with the MVC structure

8 lines (5 loc) 121 B
import jwt from "jsonwebtoken"; const Auth = async (req, res, next) => { // code goes here... }; export default Auth;