1.0.1 • Published 4 years ago

@preterer/auth v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

auth

Authentication library

Installation

  • npm i --save @preterer/auth
  • register entities in TypeORM
  • run useAuthStrategy()
  • apply middleware() to your express application
  • apply checkAccess

Missing features

  • copy permissions to child roles

Development

Build

  • npm run build

Test

  • npm run test