Add WebTokens, send cookie on successful login

This commit is contained in:
jvyden 2021-11-20 00:59:16 -05:00
parent d11309b027
commit 21fd62ac1c
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
6 changed files with 752 additions and 2 deletions

View file

@ -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; }