ovee-auth-express-middleware
v0.0.2
Published
Authentication, JWT generation and basic user management
Maintainers
Readme
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.
