UNPKG

jaunty

Version:

A simple, all-in-one, lightweight JWT authentication and authorization middleware for express.

7 lines (6 loc) 243 B
module.exports = { BadSchemeError: require( './bad-scheme-error' ), BadTokenError: require( './bad-token-error' ), UnauthorizedError: require( './unauthorized-error' ), AuthorizationError: require( './authorization-error' ) };