/dotnet-authorization-jwt

Dotnet Authentication with SQLite 🦺

Primary LanguageC#

Start

// migrate all the tables to SQLite
dotnet ef database update

// run dotnet web aplication
dotnet watch run