Skip to content

yigitalpkaynak/2-Factor-Authentication-Template-.NET-Core-SQLite-Identity

Repository files navigation

This project was made with .Net 7.0

Check the IdentityApp.csproj to make sure you have correct sdk files, SQ Lite and .Net Packages.

To use this project, you have to use this commands in order.

"libman restore" to add bootstrap library

"dotnet ef database drop --force"

"dotnet ef migrations add InitialCreate"

"dotnet ef database update"

after, you should enter the "EmailSender" datas of your own server information in appsettings.Development.json

you can change the default user information at "user = new AppUser at IdentitySeedData.cs

Finally "dotnet watch" to launch project.

About

.NET + SQLite + Email Sender, 2 Factor Auth Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published