Neo4j and .NET Core Identity Framework



我正在寻找适用于Neo4j的.NET Core Identity Framework实现。

在这个阶段,我只能找到:Neo4j.AspNet.Identity,但它不针对.NET Core或.NET Standard。

有没有人对如何更改项目以面向 .NET Core 和/或 .NET Standard 提出建议,或者知道针对其中任何一个的现有实现。

未来的参考(对于我自己和其他人),cskardon 为.NET Core创建了一个NetStandard实现。(谢谢cskardon!

Neo4j.AspNet.Identity 的 NetStandard 实现

还有一个.NET Core实现,它基于Neo4j.AspNet.Identity或受其启发(在前面的回答中提到): https://github.com/francnuec/Neo4j.AspNetCore.Identity

截至 2020 年 7 月,以上内容最后更新于 2019 年 12 月,而 Neo4j.AspNet.Identity 最后更新于 2017 年 9 月。

最新更新