Foxnouns.NET/Foxnouns.Backend/Controllers/Authentication
sam 7759225428
refactor(backend): replace coravel with hangfire for background jobs
for *some reason*, coravel locks a persistent job queue behind a
paywall. this means that if the server ever crashes, all pending jobs
are lost. this is... not good, so we're switching to hangfire for that
instead.

coravel is still used for emails, though.

BREAKING CHANGE: Foxnouns.NET now requires Redis to work. the EFCore
storage for hangfire doesn't work well enough, unfortunately.
2025-03-04 17:03:39 +01:00
..
AuthController.cs refactor(backend): replace coravel with hangfire for background jobs 2025-03-04 17:03:39 +01:00
DiscordAuthController.cs update to .net 9 and add new OpenAPI packages 2024-12-10 15:28:44 +01:00
EmailAuthController.cs refactor(backend): replace coravel with hangfire for background jobs 2025-03-04 17:03:39 +01:00
FediverseAuthController.cs feat(frontend): don't break signup pages on reload 2025-02-07 20:57:27 +01:00
GoogleAuthController.cs update to .net 9 and add new OpenAPI packages 2024-12-10 15:28:44 +01:00
TumblrAuthController.cs chore: clean up backend code, fix most inspections 2024-12-14 16:51:58 +01:00