Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created November 12, 2020 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blogcacanid/c3cc7d28c50c5e509d99731e6e962d16 to your computer and use it in GitHub Desktop.
Save blogcacanid/c3cc7d28c50c5e509d99731e6e962d16 to your computer and use it in GitHub Desktop.
index.js Authentication JWT Node.js
const authJwt = require("./authJwt");
const verifyRegister = require("./verifyRegister");
module.exports = {
authJwt,
verifyRegister
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment