feat: add auth service
This commit is contained in:
parent
f55d701ff3
commit
7df4c8e4b6
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