Add hashing and other security features #12
9
Security/Common/Domain/PreAuthToken.cs
Normal file
9
Security/Common/Domain/PreAuthToken.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Mirea.Api.Security.Common.Domain;
|
||||
|
||||
public class PreAuthToken
|
||||
{
|
||||
public required string Fingerprint { get; set; }
|
||||
public required string UserAgent { get; set; }
|
||||
public required string UserId { get; set; }
|
||||
public required string Token { get; set; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user