Updated the Login code so it responds with a set-cookie header for the session token. Still looking into if this is the right thing to do however.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SecureCore.Models
|
||||
{
|
||||
public class User
|
||||
{
|
||||
//public static string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user