简体   繁体   English

亚马逊CognitoIdentityServiceProvider

[英]Amazon CognitoIdentityServiceProvider

I did a complete server side cognito user signup,forgot password, change password etc. http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html 我做了一个完整的服务器端cognito用户注册,忘记密码,修改密码等http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html

I didn't get a solution to userpool username password verification in backend or Lambda function 我没有在后端或Lambda函数中解决用户池用户名密码验证的解决方案

I'll give my reference below 我在下面给我参考

https://github.com/danilop/LambdAuth/blob/master/www/changePassword.html

Description : This url give client side authentication and JWT token password verification through server side 描述:此URL通过服务器端提供客户端身份验证和JWT令牌密码验证

Expection: 期望值:

My Expection: 我的期望:

This Amazon CognitoIdentityServiceProvider Page give all Cognito process in server side or lambda function, But they not provide username password verification/Authentication, Amazon CognitoIdentityServiceProvider页面在服务器端或lambda函数中提供了所有Cognito进程,但它们不提供用户名密码验证/身份验证,

Kindly please provide solution 请提供解决方案

It's not clear from the question but what language are you trying to use? 问题尚不清楚,但是您要使用哪种语言? With Cognito, we have examples for Android, Javascript, iOS 使用Cognito,我们有适用于Android,Javascript,iOS的示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 AWS.CognitoIdentityServiceProvider 更改密码 - Change password using AWS.CognitoIdentityServiceProvider TypeError:cognitoidentityserviceprovider.getUser(...)。promise不是一个函数 - TypeError: cognitoidentityserviceprovider.getUser(…).promise is not a function 如何用 Jest 模拟 AWS Cognito CognitoIdentityServiceProvider? - How to mock AWS Cognito CognitoIdentityServiceProvider with Jest? 消息AWScognito.CognitoIdentityServiceProvider.CognitoUserPool不是aws lambda中的函数 - message AWSCognito.CognitoIdentityServiceProvider.CognitoUserPool not a function in aws lambda AWS - nodejs SDK - CognitoIdentityServiceProvider.initiateAuth - CredentialsError:配置中缺少凭据 - AWS - nodejs SDK - CognitoIdentityServiceProvider.initiateAuth - CredentialsError: Missing credentials in config CognitoIdentityServiceProvider.signUP() 不接受用户池 ID? - CognitoIdentityServiceProvider.signUP() doesn't accept user pool id? 在 NodeJS Lambda 函数中从 AWS.CognitoIdentityServiceProvider.listUsers 列出用户及其组? - Listing users and their groups from AWS.CognitoIdentityServiceProvider.listUsers in a NodeJS Lambda function? Amazon Stores 有 Amazon API 吗? - Is there Amazon API for Amazon Stores? Artifactory - 亚马逊 - Artifactory - Amazon WebApplication在亚马逊中 - WebApplication in amazon
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM