Archived
Private
Public Access
1
0

Reworked login system + added substitution page

This commit is contained in:
2023-04-23 20:38:12 +02:00
parent c15df303f0
commit 45a7457ef3
26 changed files with 412 additions and 79 deletions

View File

@@ -0,0 +1,9 @@
namespace BetterIServ.Backend.Entities;
public struct AuthKeys {
public string Session { get; set; }
public string Sat { get; set; }
public string AuthSid { get; set; }
public string SatId { get; set; }
public string AuthSession { get; set; }
}