Foxnouns.NET/Foxnouns.Backend/Services
sam 49b2902d6d
fix: use url-unsafe base 64 for auth tokens
.net throws an error when decoding url-safe base 64
luckily we never decode it *except* for tokens, so those can keep using
url-unsafe base 64. they're never used in URLs after all
2024-12-14 16:39:02 +01:00
..
Auth fix: use url-unsafe base 64 for auth tokens 2024-12-14 16:39:02 +01:00
DataCleanupService.cs feat: use a FixedWindowRateLimiter keyed by IP to rate limit emails 2024-12-11 21:17:46 +01:00
EmailRateLimiter.cs feat: use a FixedWindowRateLimiter keyed by IP to rate limit emails 2024-12-11 21:17:46 +01:00
KeyCacheService.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
MailService.cs feat: forgot password/reset password 2024-12-14 16:32:08 +01:00
MemberRendererService.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
MetricsCollectionService.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
ObjectStorageService.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
PeriodicTasksService.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
UserRendererService.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00