Foxnouns.NET/Foxnouns.Backend/Controllers/SidController.cs
sam 4e9c4af4a5
feat(auth): misc fediverse auth improvements
- remove automatic app validation
- add force refresh option to GetFediverseUrlAsync
- pass state to mastodon authorization URI
2024-11-24 15:37:36 +01:00

3 lines
72 B
C#

namespace Foxnouns.Backend.Controllers;
public class SidController { }