supertokens-core
supertokens-core copied to clipboard
C#/ASP.NET SDK
🚀 Feature
ASP.NET is still a prominent backend framework, ranking fifth in Stack Overflow's 2021 developer survey under "most popular web frameworks." An SDK for C# would be amazing, if possible.
Implementation details
Something like:
...
services.AddSupertokens(<configuration>);
...
in Startup.ConfigureServices, and
...
app.UseSupertokens();
...
in Startup.Configure. UseSupertokens would actually initialize the connection and setup routing/middlewares.
+1
Hi, I found this forked thingy . To be honest, I have no idea if it even works, however it could be a starting point
hey @TDiblik that does work, and is being used in production at a largeish scaled company.
However, it only has the session recipe in it.
+1 for this one, .NET is the most prominent backend framework in my industry.
dotnet6 actually has very close if not better performance to Go. With dotnet being open source and cross framework, I think the rank will just move higher
+1
+1
+1
+1
+1
+1
hey @TDiblik that does work, and is being used in production at a largeish scaled company.
However, it only has the session recipe in it.
Hi @rishabhpoddar How does this work with identity and Entity Framework?