C#/ASP.NET SDK
See original GitHub issue🚀 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.
Issue Analytics
- State:
- Created a year ago
- Reactions:14
- Comments:6 (1 by maintainers)
Top Results From Across the Web
ASP.NET Core Web SDK - Microsoft Learn
NET.Sdk.Web is an MSBuild project SDK for building ASP.NET Core apps. It's possible to build an ASP.NET Core app without this SDK ......
Read more >ASP.NET Core View Not Found in a class library (Microsoft ...
I'd like to have a Microsoft.Net.Sdk project that launch a web server using asp.net core. It is a normal dll project, not a...
Read more >Verify C# ASP.NET Core Quickstart - Twilio
Learn how to verify phone numbers using the Verify REST API, the Twilio C# helper library, and C# ASP.NET Core with this quickstart....
Read more >ASP.NET Core - GitHub
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. - GitHub - dotnet/aspnetcore: ......
Read more >c# ASP.NET MVC Razor Web App Thoughts - Orion SDK
This discussion has been locked. You can no longer post new replies to this discussion. If you have a question you can start...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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