🎨 Unified the cache key styling

This commit is contained in:
2025-06-21 13:48:20 +08:00
parent 5f30b56ef8
commit cb8e720af1
4 changed files with 8 additions and 8 deletions

View File

@ -77,7 +77,7 @@ public class DysonTokenAuthHandler(
{
// Store in cache for future requests
await cache.SetWithGroupsAsync(
$"Auth_{sessionId}",
$"auth:{sessionId}",
session,
[$"{AccountService.AccountCachePrefix}{session.Account.Id}"],
TimeSpan.FromHours(1)