casdoor/casdoor-dotnet-sdk

Implement the .NET SDK for Casdoor

hsluoyz opened this issue · 2 comments

This is a very easy task, because all the Casdoor SDKs for different languages are very similar. So this task just requires to port the Go SDK or Java SDK to .NET. See:

One thing for beginer to learn is that how to develop a library in .NET, for this part, you can refer to the middlewares in Casbin.NET: https://github.com/casbin-net , you can basically get a C# library template to start with.

Fixed by: #5 and #10

relate issue: #2