0.0.2 • Published 6 years ago

ovee-auth-express-middleware v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Ovee Auth Express Middleware

The Ovee Auth Express Middleware builds on top of Ovee Auth. It provides a generateToken method to generate a JSON Web Token representing a user in Ovee Auth. It also contains an Express Middleware that verifies such token in the Authorization header and blocks unauthorized access.

Installation

Just run npm install --save ovee-auth-express-middleware.

Basic Usage

See the examples for usage details.