UNPKG

@ssense/auth

Version:

The Auth Module is a combination for an HTTP middleware (compatible with express and restify) and a Typescript decorator. Used together, they allow protection for all the routes of your application, handling user authentication and authorizations.

2 lines (1 loc) 98 B
export { AuthInfo, AuthModule, type AuthModuleOptions, type RequestHandler } from './AuthModule';