feat(api): add protected connect account endpoint
This commit is contained in:
@@ -37,4 +37,6 @@ app.MapLoginEndpoint();
|
||||
app.MapRefreshEndpoint()
|
||||
.RequireAuthorization(Schemes.AllowExpiredTokens);
|
||||
|
||||
app.MapAccountsEndpoints();
|
||||
|
||||
app.Run();
|
||||
Reference in New Issue
Block a user