Foxnouns.NET/Foxnouns.Backend/Services/Auth
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
..
AuthService.cs fix: use url-unsafe base 64 for auth tokens 2024-12-14 16:39:02 +01:00
FediverseAuthService.cs feat: misskey auth 2024-12-12 16:44:01 +01:00
FediverseAuthService.Mastodon.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
FediverseAuthService.Misskey.cs feat: misskey auth 2024-12-12 16:44:01 +01:00
RemoteAuthService.cs clean up RemoteAuthService 2024-12-10 14:09:32 +01:00
RemoteAuthService.Discord.cs clean up RemoteAuthService 2024-12-10 14:09:32 +01:00
RemoteAuthService.Google.cs clean up RemoteAuthService 2024-12-10 14:09:32 +01:00
RemoteAuthService.Tumblr.cs clean up RemoteAuthService 2024-12-10 14:09:32 +01:00