Viewing the code, I noticed that the password is saved to the database in plain text without an appropriate hashing algorithm. Also, it would be more appropriate to use [EF Core](https://learn.microsoft.com/en-us/ef/core/) as the ORM to interface with the DB.
Viewing the code, I noticed that the password is saved to the database in plain text without an appropriate hashing algorithm.
Also, it would be more appropriate to use EF Core as the ORM to interface with the DB.