Skip to content

prabinrag234/QToken_API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

How to Update EF Core Tools dotnet tool update --global dotnet-ef

How to migrate DB Context dotnet ef migrations add InitialCreate

Apply Migration dotnet ef database update

Password encryption BCrypt.Net Why This Is Secure . Even if someone steals your database, they can't reverse the hashes · You're not storing sensitive plaintext . BCrypt adds a salt and is slow by design, making brute-force attacks harder

About

A simple token system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%