saget-auth-middleware
Version:
A comprehensive authentication middleware for Node.js applications with SSO integration, JWT validation, and role-based access control
11 lines (10 loc) • 343 B
JavaScript
/**
* SAGET Auth Middleware
* A simple, production-ready authentication middleware for Node.js applications
*
* @version 2.1.0
* @author PIJAR TEKNOLOGI
* @license MIT
*/
// Export the main middleware that matches the SSO project's flow
export { middleware as default, middleware, configureMiddleware, config } from './middleware.js';