ems-web-app-cognito
Version:
This angular.io module includes a component, service and supporting classes that wrap the Amazon Cognito Identity SDK to enable simple username/password authentication.
62 lines • 1.95 kB
JSON
{
"name": "ems-web-app-cognito",
"version": "1.0.28",
"author": "Chris Spence (https://educationalmediasolutions.com)",
"description": "This angular.io module includes a component, service and supporting classes that wrap the Amazon Cognito Identity SDK to enable simple username/password authentication.",
"funding": "https://paypal.me/spencech",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^13.2.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^13.2.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@simplewebauthn/browser": "^9.0.1",
"amazon-cognito-identity-js": "^6.3.12",
"aws-sdk": "^2.1171.0",
"cross-fetch": "^3.1.5",
"jwt-decode": "^4.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/spencech/ems-web-app-cognito.git"
},
"keywords": [
"ems",
"educational media solutions",
"educational",
"media",
"solutions",
"web app",
"web application",
"cognito",
"aws",
"authentication",
"auth",
"username",
"password",
"angular.io",
"angular",
"module"
],
"module": "fesm2015/ems-web-app-cognito.mjs",
"es2020": "fesm2020/ems-web-app-cognito.mjs",
"esm2020": "esm2020/ems-web-app-cognito.mjs",
"fesm2020": "fesm2020/ems-web-app-cognito.mjs",
"fesm2015": "fesm2015/ems-web-app-cognito.mjs",
"typings": "ems-web-app-cognito.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ems-web-app-cognito.d.ts",
"esm2020": "./esm2020/ems-web-app-cognito.mjs",
"es2020": "./fesm2020/ems-web-app-cognito.mjs",
"es2015": "./fesm2015/ems-web-app-cognito.mjs",
"node": "./fesm2015/ems-web-app-cognito.mjs",
"default": "./fesm2020/ems-web-app-cognito.mjs"
}
},
"sideEffects": false
}