UNPKG

@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

36 lines 747 B
{ "name": "@shane32/msoauth", "version": "3.0.1", "description": "", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "umd:main": "dist/umd/index.js", "types": "dist/types/index.d.ts", "sideEffects": false, "publishConfig": { "access": "restricted" }, "files": [ "dist" ], "keywords": [ "graphql", "oauth", "azure", "react" ], "author": "Shane Krueger <shane@acdmail.com>", "license": "MIT", "homepage": "https://github.com/shane32/msoauth", "repository": { "type": "git", "url": "git@github.com:shane32/msoauth.git" }, "bugs": { "url": "https://github.com/shane32/msoauth/issues" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" } }