@ivyhjk/amplify-react-oauth
Version:
React authentication wrapper for amplify, based on OAuth2
30 lines (29 loc) • 870 B
JSON
{
"name": "@ivyhjk/amplify-react-oauth",
"version": "1.0.0-next.3",
"description": "React authentication wrapper for amplify, based on OAuth2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"author": "Elvis Munoz <elvis.munoz.f@gmail.com>",
"homepage": "https://github.com/ivyhjk/amplify-react-auth/tree/master/packages/oauth#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ivyhjk/amplify-react-auth.git"
},
"bugs": {
"url": "https://github.com/ivyhjk/amplify-react-auth/issues"
},
"peerDependencies": {
"aws-amplify": "^3.3.13",
"react": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"@ivyhjk/amplify-react-core-auth": "^1.0.0-next.3",
"amazon-cognito-identity-js": "^4.5.6"
},
"gitHead": "ccfcb2a4831d4c813e095300520eb01d839e1f15"
}