This project is for demo purposing to understand how JWT token can be created and how using the .NET 7.0 Minimal API end point to give the user the token for authentication against other ASP.NET websites including Blazor WebAssembly.
Will discuss in detail with tutorial:
- How create Minimal API .NET in Visual Studio
- How to use Code-First to generate database and tables using EntityFramework with SQL and Sqlite
- How to generate JWT token
- Create Blazor Project to Call the Minimal API and get the JWT Token