Custom rolling authentication in .NET for fun! Part 1
The first part in my series of building a full customisable authentication library for .NET, this post covers the fundamentals of password hashing as well as begins to define and build out the initial structure of the library, delving into Functional testing, Stored Procedures, MSSQL integration and an initial testing API; as well as implementing the basic logic for registration and password matching verification (start of the login flow).
Date Published: 2024-06-06
Read more...