Reworked login system + added substitution page
This commit is contained in:
9
BetterIServ.Backend/Entities/AuthKeys.cs
Normal file
9
BetterIServ.Backend/Entities/AuthKeys.cs
Normal 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; }
|
||||
}
|
||||
Reference in New Issue
Block a user