auth0-horn-middlewares

0.0.4 • Public • Published

auth0-horn-middlewares | npm version

Provides middlewares to be used in webtasks to handle authentication with Auth0

const Auth0   = require('auth0-horn-middlewares');


app.get('/secure', 
  Auth0.ensureAuthenticated,        
  (req, res, next) => {
    res.status(200); 
  });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i auth0-horn-middlewares

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • texeira