aws-prototyping-sdk.identity


Nameaws-prototyping-sdk.identity JSON
Version 0.19.68 PyPI version JSON
download
home_pagehttps://github.com/aws/aws-prototyping-sdk
Summary@aws-prototyping-sdk/identity
upload_time2023-08-24 23:16:50
maintainer
docs_urlNone
authorAWS APJ COPE<apj-cope@amazon.com>
requires_python~=3.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > **BREAKING CHANGES** (pre-release)
>
> * `> v0.15.5`: updated defaults for UserPoolWithMfa will break deployments for already created userPools. If migrating to a newer version of this package, be sure to set the following in your `cdk.context.json`:
>
>   ```
>     {
>       "@aws-prototyping-sdk/identity:useLegacyMFAProps":true
>     }
>   ```

This module by default deploys a configurable Identity Provider with a default Cognito User Pool. These resources can be used by your website to restrict access to only authenticated users if needed. All settings are configurable and the creation of these AuthN resources can be disabled if needed or configured to use custom AuthN providers i.e. Facebook, Google, etc.

Below is a conceptual view of the default architecture this module creates:

```
Cognito User Pool --------------------> Identity Pool
     |_ User Pool Client                     |_ Unauthenticated IAM Role
                                             |_ Authenticated IAM Role
```

## Migrating Users

If you ever need to migrate users from one cognito user pool to another, you can use this helper utility: https://www.npmjs.com/package/cognito-backup-restore



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aws/aws-prototyping-sdk",
    "name": "aws-prototyping-sdk.identity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "AWS APJ COPE<apj-cope@amazon.com>",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6e/da/b9bd0a516bc6e2d014ed96b61eb8bac5ef469ce06b4faf75b6192989fdb4/aws_prototyping_sdk.identity-0.19.68.tar.gz",
    "platform": null,
    "description": "> **BREAKING CHANGES** (pre-release)\n>\n> * `> v0.15.5`: updated defaults for UserPoolWithMfa will break deployments for already created userPools. If migrating to a newer version of this package, be sure to set the following in your `cdk.context.json`:\n>\n>   ```\n>     {\n>       \"@aws-prototyping-sdk/identity:useLegacyMFAProps\":true\n>     }\n>   ```\n\nThis module by default deploys a configurable Identity Provider with a default Cognito User Pool. These resources can be used by your website to restrict access to only authenticated users if needed. All settings are configurable and the creation of these AuthN resources can be disabled if needed or configured to use custom AuthN providers i.e. Facebook, Google, etc.\n\nBelow is a conceptual view of the default architecture this module creates:\n\n```\nCognito User Pool --------------------> Identity Pool\n     |_ User Pool Client                     |_ Unauthenticated IAM Role\n                                             |_ Authenticated IAM Role\n```\n\n## Migrating Users\n\nIf you ever need to migrate users from one cognito user pool to another, you can use this helper utility: https://www.npmjs.com/package/cognito-backup-restore\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "@aws-prototyping-sdk/identity",
    "version": "0.19.68",
    "project_urls": {
        "Homepage": "https://github.com/aws/aws-prototyping-sdk",
        "Source": "https://github.com/aws/aws-prototyping-sdk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "857d99daf956043e3ccd3640f8ddf34a3381950e155cbb059b66907b677d704b",
                "md5": "c07ab6b2bb99dbdacf3a5befb9639979",
                "sha256": "e9e1fd0a7ba33eb28bee2434bce2b82ef9a8c2c0d76a588c8c63a3d14b08fcef"
            },
            "downloads": -1,
            "filename": "aws_prototyping_sdk.identity-0.19.68-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c07ab6b2bb99dbdacf3a5befb9639979",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 70320,
            "upload_time": "2023-08-24T23:16:48",
            "upload_time_iso_8601": "2023-08-24T23:16:48.807896Z",
            "url": "https://files.pythonhosted.org/packages/85/7d/99daf956043e3ccd3640f8ddf34a3381950e155cbb059b66907b677d704b/aws_prototyping_sdk.identity-0.19.68-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6edab9bd0a516bc6e2d014ed96b61eb8bac5ef469ce06b4faf75b6192989fdb4",
                "md5": "21f97a70843a59ff15fb2b927ddaf9ac",
                "sha256": "22df92cb1d332aadd9cee6eaedb57c7103735cb8c4982b437fa35da4d9c59069"
            },
            "downloads": -1,
            "filename": "aws_prototyping_sdk.identity-0.19.68.tar.gz",
            "has_sig": false,
            "md5_digest": "21f97a70843a59ff15fb2b927ddaf9ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 72181,
            "upload_time": "2023-08-24T23:16:50",
            "upload_time_iso_8601": "2023-08-24T23:16:50.591651Z",
            "url": "https://files.pythonhosted.org/packages/6e/da/b9bd0a516bc6e2d014ed96b61eb8bac5ef469ce06b4faf75b6192989fdb4/aws_prototyping_sdk.identity-0.19.68.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-24 23:16:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aws",
    "github_project": "aws-prototyping-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aws-prototyping-sdk.identity"
}
        
Elapsed time: 0.10486s