英文:
AWS DynamoDB with ASP .Net Core 3.1.0 Identity 2.2.0
问题
我必须将Asp .net core identity 2.2.0与AWS DynamoDB集成。我正在使用.net core版本3.1。我搜索了参考资料,但没有找到合适的。请帮助我。
英文:
I have to integrate Asp .net core identity 2.2.0 with AWS DynamoDB.I am using the .net core version 3.1.I searched for the reference but I didn't get any good one. Please help me.
答案1
得分: 2
我已经从https://github.com/miltador/AspNetCore.Identity.DynamoDB获取了一个参考。
听起来好像有人写了这个,但没有维护它。我从这个存储库下载了源代码,并将其更新到了.net core 3.1.0和identity 2.2.0[还更新了启动文件]。现在它对我来说运行正常。
谢谢。
英文:
I have got one reference from
https://github.com/miltador/AspNetCore.Identity.DynamoDB.
It sounds like someone wrote this and didn't maintain it. I have downloaded the Source code from this repo and updated the same to .net core 3.1.0 and identity 2.2.0[and also updated the startup file]. Now it's working fine for me.
Thank you.
答案2
得分: 0
你是否有使用DynamoDB而不是我们的提供者来集成AWS Cognito服务作为ASP.NET Core身份提供程序的原因?您可以在此处了解有关Cognito提供程序的信息:https://github.com/aws/aws-aspnet-cognito-identity-provider
英文:
Is there a reason you are trying to use DynamoDB instead of our provider to integrate AWS Cognito service as the ASP.NET Core identity provider? You can find out about the Cognito provider here: https://github.com/aws/aws-aspnet-cognito-identity-provider
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论