feat(api): add protected connect account endpoint

This commit is contained in:
Stevan Freeborn
2026-02-13 04:37:47 -06:00
parent b4744076b7
commit 87a68669cf
5 changed files with 49 additions and 0 deletions
+2
View File
@@ -37,4 +37,6 @@ app.MapLoginEndpoint();
app.MapRefreshEndpoint()
.RequireAuthorization(Schemes.AllowExpiredTokens);
app.MapAccountsEndpoints();
app.Run();