universal-auth-sdk
Version:
A Universal Authentication SDK for React supporting OAuth, OpenID, SAML, and Kerberos.
65 lines (64 loc) • 1.72 kB
JSON
{
"name": "universal-auth-sdk",
"version": "1.0.1",
"description": "A Universal Authentication SDK for React supporting OAuth, OpenID, SAML, and Kerberos.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/cstpraveen/universal-auth-sdk.git"
},
"keywords": [
"react",
"authentication",
"auth",
"oauth",
"openid",
"saml",
"kerberos",
"jwt",
"token-based-auth",
"react-hooks",
"auth-provider",
"passport",
"universal-authentication",
"single-sign-on",
"SSO",
"MFA",
"OAuth2",
"security",
"login",
"user-authentication",
"typescript"
],
"author": "Praveen Srinivasan",
"license": "MIT",
"dependencies": {
"axios": "^1.3.5",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^4.0.0",
"passport": "^0.6.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.9",
"@types/jwt-decode": "^3.1.0",
"@types/react": "^19.0.12",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.6",
"typescript": "^5.0.0"
}
}