Create a Web API with Custom Authentication and ASP.NET Core Identity
Hey folks! So, in a previous article, we created a Web API with JWT token authentication and ASP.NET Core Identity. However, in some scenarios, we may not necessarily be open to using JWT tokens. Rather, we may want our own custom tokens. For such sc...
memorycrypt.hashnode.dev11 min read