Creating a simple login in ASP.NET Core using Authentication and Authorization (NOT Identity)
Sometimes you just need a really simple login system for an application; something as simple as a single fixed username and password. Obvioulsy this wouldn't be great for a fully featured application, but it could get a prototype project...