Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created November 12, 2020 07:45
Show Gist options
  • Save blogcacanid/19683b0a73735cc3e1d50ea613dc2a39 to your computer and use it in GitHub Desktop.
Save blogcacanid/19683b0a73735cc3e1d50ea613dc2a39 to your computer and use it in GitHub Desktop.
user.controller.js Authentication JWT Node.js
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