Added session first implementation:

+ Added session in the database and added session controller
+ Added session in authorize attribute/Login
+ Added Logout function
* Refactor database models
This commit is contained in:
Lucio Maranta
2018-01-25 17:26:44 +01:00
parent af6adf1558
commit 44dfe1753b
23 changed files with 255 additions and 82 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace Step.Model.DatabaseModels
{
[Table("users")]
[Table("user")]
public class UserModel
{
[Key]