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
288 changed files with 15232 additions and 99 deletions
Showing only changes of commit e79ddf220f - Show all commits

View File

@ -171,7 +171,7 @@ public class OAuthService(ILogger<OAuthService> logger, Dictionary<OAuthProvider
cache.SetAsync( cache.SetAsync(
key, key,
JsonSerializer.SerializeToUtf8Bytes(data), JsonSerializer.SerializeToUtf8Bytes(data),
slidingExpiration: TimeSpan.FromMinutes(15), absoluteExpirationRelativeToNow: TimeSpan.FromMinutes(15),
cancellationToken: cancellation); cancellationToken: cancellation);