A Blog full of Web Projects

A Blog full of Web Projects

.NET 6 Web API Membership system - SQLite

12-March-2024

.NET 6 Web 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

Try the demo...

- 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

A Blog made with Gatsby React and GraphQL