Created
November 12, 2020 07:45
-
-
Save blogcacanid/19683b0a73735cc3e1d50ea613dc2a39 to your computer and use it in GitHub Desktop.
user.controller.js Authentication JWT Node.js
This file contains hidden or 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
exports.allAccess = (req, res) => { | |
res.status(200).send("Authentication with JSON Web Token (JWT)"); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment