Mushahid Abbasimushahidabbasi.hashnode.dev·Jul 31, 2024Asp.Net Core Web apiChatGPT This screenshot shows part of a C# controller for handling user registration and login in an ASP.NET Core Web API project. The main focus is on the Login action method, which performs user authentication and generates a JWT (JSON Web Token) i...DiscussASP.NET Core MVC, MVC framework, ASP.NET development, Web development training, Online courses, ASP.NET Core tutorial, Building web applications, Cross-platform development, Cloud-based applications, ASP.NET Core features, ASP.NET Core certification, ASP.NET Core MVC projects, Learn ASP.NET online, ASP.NET Core MVC basics, ASP.NET Core MVC architecture
Musa Ahmedblog.connectwithmusa.com·Jul 19, 2024How to fix : Bearer error="invalid_token", error_description="The issuer 'https://dev-[DOMAIN].auth0.com/' is invalid"Before we start This guide assumes: You are using a recent version of .NET (.NET 6+) and that you are using JWT authentication with Auth0. You have already followed an Auth0 guide to setup API authentication for ASP.NET but cannot fix the error men...Discuss·34 reads.NET
Md Asif Alammeasifalam.hashnode.dev·May 12, 20243. Building Minimal APIs with Route Parameters in ASP.NET CoreWhen developing web applications, effectively managing different routes is crucial. ASP.NET Core offers robust routing capabilities, including support for route parameters. Route parameters enable you to extract values from the URL and incorporate th...DiscussMinimal API in DotNet Coredotnet, ASP.NET Core, Minimal APIs, Route Parameters, RESTful API, Web Development