feat: add auth service

This commit is contained in:
Polianin Nikita 2024-05-29 05:32:22 +03:00
parent f55d701ff3
commit 7df4c8e4b6

View File

@ -0,0 +1,8 @@
using System;
namespace Mirea.Api.Security.Services;
public class AuthService()
{
public TimeSpan Lifetime { private get; init; }
}