Add hashing and other security features #12
8
Security/Services/AuthService.cs
Normal file
8
Security/Services/AuthService.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Mirea.Api.Security.Services;
|
||||
|
||||
public class AuthService()
|
||||
{
|
||||
public TimeSpan Lifetime { private get; init; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user