1.0.1 • Published 9 months ago
mll-interceptor v1.0.1
Passport Interceptor for MLL Node.js Projects
This passport interceptor is designed for MLL Node.js projects. It serves as an interceptor, validating authentication tokens in API calls to the backend using MLL SSO (Single Sign-On) application.
Usage
Configure SSO Package Options
Configure the options for your SSO package:
const ssoOptions = { ssoServerUrl: 'https://login.mlldev.com' };
Create SSO Strategy
Create the SSO strategy using your package:
// Import necessary modules const { createSSOStrategy,passport } = require('mll-interceptor'); // Import your SSO package // Create the SSO strategy using your package const ssoStrategy = createSSOStrategy(ssoOptions); // Use the SSO strategy with Passport passport.use(ssoStrategy);
Tech Stack
JavaScript - 18
1.0.1
9 months ago