软件包:python3-pycognito(2024.5.1-2)
Library for interacting with AWS Cognito services
This library provides an interface to AWS Cognito, enabling the management and authentication of users within a specified user pool. It supports various operations such as registering users, authenticating them through secure methods like the Secure Remote Password (SRP) protocol, and handling user profiles. Additionally, it facilitates multi-factor authentication setup and device management, ensuring users' security during the authentication process. This library also allows for interaction with user and group data within the Cognito ecosystem, making it easier to manage large sets of users. It provides mechanisms to verify, update, and retrieve user information safely and efficiently.
其他与 python3-pycognito 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-boto3
- Python interface to Amazon's Web Services - Python 3.x
-
- dep: python3-envs
- Easy access to environment variables in Python
-
- dep: python3-jwt
- Python 3 implementation of JSON Web Token
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings