react-oauth2-code-pkce
Version:
Provider agnostic react package for OAuth2 Authorization Code flow with PKCE
44 lines (43 loc) • 964 B
JSON
{
"name": "react-oauth2-code-pkce",
"version": "1.23.1",
"description": "Provider agnostic react package for OAuth2 Authorization Code flow with PKCE",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"@types/react": ">=16.8.0",
"typescript": ">=4.4.3"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"scripts": {
"test": "ts-jest",
"start": "yarn run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soofstad/react-oauth2-pkce.git"
},
"keywords": [
"react",
"oauth2",
"pkce",
"code",
"flow",
"azure",
"github",
"keycloak",
"microsoft",
"google",
"fusionauth"
],
"author": "Stig Oskar Ofstad",
"license": "MIT",
"bugs": {
"url": "https://github.com/soofstad/react-oauth2-pkce/issues"
},
"homepage": "https://github.com/soofstad/react-oauth2-pkce#readme",
"files": ["dist/"]
}