@shane32/msoauth
Version:
A React library for Azure AD authentication with PKCE (Proof Key for Code Exchange) flow support. This library provides a secure and easy-to-use solution for implementing Azure AD authentication in React applications, with support for both API and Microso
10 lines (9 loc) • 305 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = require("react");
/**
* Context for multiple auth managers
* Provides access to all configured auth managers
*/
var AuthManagersContext = (0, react_1.createContext)(null);
exports.default = AuthManagersContext;