12-March-2024
.NET 6 REST API with C# using Entity Framework Core + SQLite DB consumed by a Blazor Client serving as a Membership System
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
- C#
- Registration of Users
- JWT authentication
- CRUD Account management
SQLite is local DB and fine for testing and small applications
Traditional webhosting is used for this Application