Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
176 changed files with 5308 additions and 58 deletions
Showing only changes of commit 7df4c8e4b6 - Show all commits

View File

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