casdoor / casdoor-dotnet-sdk

.NET client SDK for Casdoor
https://github.com/casdoor/casdoor
Apache License 2.0
28 stars 25 forks source link

Implement the .NET SDK for Casdoor #1

Closed hsluoyz closed 2 years ago

hsluoyz commented 3 years ago

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.

hsluoyz commented 2 years ago

Fixed by: https://github.com/casdoor/casdoor-dotnet-sdk/pull/5 and https://github.com/casdoor/casdoor-dotnet-sdk/pull/10

sagilio commented 2 years ago

relate issue: https://github.com/casdoor/casdoor-dotnet-sdk/issues/2