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
177 changed files with 5324 additions and 58 deletions
Showing only changes of commit a3a42dd5c2 - Show all commits
.env
.gitea/workflows
ApiDto
Application
Application.csproj
Common
Cqrs
DependencyInjection.cs
Interfaces/DbContexts
Backend.sln
Domain/Schedule
Endpoint
Persistence
Security

@ -5,4 +5,7 @@ namespace Mirea.Api.Security.Services;
public class AuthService()
{
public TimeSpan Lifetime { private get; init; }
private static string GenerateRefreshToken() => Guid.NewGuid().ToString().Replace("-", "") +
GeneratorKey.GenerateString(32);
}