简体   繁体   中英

Neo4j 4 and .NET Core Identity Framework

I want to use .NET Core Identity Framework with the new Neo4j version 4 in ASP.net Core but any implementation I looked for, does not support the new Neo4j. Like:

Neo4j.AspNet.Identity.Core

Neo4j.AspNetCore.Identity

I want to use .NET Core Identity Framework with the new Neo4j version 4 in ASP.net Core but any implementation I looked for, does not support the new Neo4j.

As you mentioned, most of existing example and github demo are built on older version .NET Core and Neo4j, which might not work well with the application built on the latest SDK.

If you do want to implement ASP.NET Core Identity with the new Neo4j, you can refer to the following doc to create a customized storage provider for ASP.NET Core Identity.

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-custom-storage-providers?view=aspnetcore-3.1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM