Created
November 12, 2020 07:46
-
-
Save blogcacanid/c3cc7d28c50c5e509d99731e6e962d16 to your computer and use it in GitHub Desktop.
index.js Authentication JWT Node.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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