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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 71.8%Language:HTML 21.1%Language:CSS 6.8%Language:JavaScript 0.3%