Skip to content

Instantly share code, notes, and snippets.

@enceladus
Created May 20, 2020 17:20
Show Gist options
  • Select an option

  • Save enceladus/d3025e12ceb56e30398ad6663ae33a08 to your computer and use it in GitHub Desktop.

Select an option

Save enceladus/d3025e12ceb56e30398ad6663ae33a08 to your computer and use it in GitHub Desktop.
Adding DJ-only middleware
var { DJsOnly } = require('../services/auth0');
router.get('/', requiresAuth(), DJsOnly, function (req, res, next) {
// do stuff
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment