This is a Blazor web app that provides cookie, JWT and Api Key auth with a backing SQLite db.
This stores user and API key data in a single database. Have a look at the UserDbContext
in the UserService project, and you'll see the seed data so you can run this locally and login.
Currently, there are still some hard coded things like roles that will be cleaned up over time to make it simpler to modify.
Frank Hale frankhaledevelops@gmail.com
25 August 2024