@axa-fr/react-oidc-context-fetch
Version:
Inject authentification behavior to fetch using react High Order Component
35 lines (34 loc) • 866 B
JSON
{
"name": "@axa-fr/react-oidc-context-fetch",
"version": "3.1.7",
"private": false,
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"description": "Inject authentification behavior to fetch using react High Order Component",
"repository": {
"type": "git",
"url": "https://github.com/AxaGuilDEv/react-oidc.git"
},
"keywords": [
"oidc",
"context-api",
"OpenID Connect",
"openid",
"oauth2",
"react-component"
],
"dependencies": {
"@axa-fr/react-oidc-context": "^3.1.7",
"@axa-fr/react-oidc-core": "^3.1.7",
"@axa-fr/react-oidc-fetch-core": "^3.1.7"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "8b5cb405d5735bacd24318c9fe0de1736b98712e"
}