mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-20 08:12:27 +00:00
Add WebTokens, send cookie on successful login
This commit is contained in:
parent
d11309b027
commit
21fd62ac1c
6 changed files with 752 additions and 2 deletions
|
@ -23,6 +23,7 @@ namespace LBPUnion.ProjectLighthouse
|
|||
public DbSet<HeartedProfile> HeartedProfiles { get; set; }
|
||||
public DbSet<Comment> Comments { get; set; }
|
||||
public DbSet<GameToken> GameTokens { get; set; }
|
||||
public DbSet<WebToken> WebTokens { get; set; }
|
||||
public DbSet<Score> Scores { get; set; }
|
||||
public DbSet<PhotoSubject> PhotoSubjects { get; set; }
|
||||
public DbSet<Photo> Photos { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue