AWS DynamoDB与ASP .Net Core 3.1.0 Identity 2.2.0

huangapple go评论61阅读模式
英文:

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

huangapple
  • 本文由 发表于 2020年1月3日 19:55:13
  • 转载请务必保留本文链接:https://go.coder-hub.com/59578191.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定