1.3.0 • Published 6 years ago

auth-check v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

auth-check

Authentication check for Express apps.

Getting started

Add the package to your project using the npm ecosystem:

$ npm install auth-check --save

Partial example integration within an Express app:

const auth_check = require('auth-check')

app.locals.admin_auth_check = auth_check({
  role: 'admin',
  redirect: '/admin/login'
})

app.get('/', app.locals.admin_auth_check, AdminController.home)

Changelog

Get the project's history in CHANGELOG.md.

Maintainer

Andy Bettisworth andy@accreu.com https://andybettisworth.com

License

This project is released under the MIT License.

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago