Remotely/Server/Auth
2024-07-16 09:25:15 -07:00
..
ApiAuthorizationFilter.cs Update namespaces. 2024-07-16 09:25:15 -07:00
ExpiringTokenFilter.cs Refactor API controllers. 2023-07-25 11:34:35 -07:00
LocalOnlyFilter.cs Another pass of nullable refactoring. 2023-07-26 11:31:34 -07:00
OrganizationAdminRequirement.cs Create authorization policies for OrganizationAdmin and ServerAdmin. Use these within the routing system via Authorize attribute instead of directly checking on each page. 2023-06-14 15:06:13 -07:00
OrganizationAdminRequirementHandler.cs Make User nullable in AuthComponentBase. Add utility method to make sure it's populated. Refactor as necessary. 2023-08-01 15:52:08 -07:00
PolicyNames.cs Create authorization policies for OrganizationAdmin and ServerAdmin. Use these within the routing system via Authorize attribute instead of directly checking on each page. 2023-06-14 15:06:13 -07:00
ServerAdminRequirement.cs Create authorization policies for OrganizationAdmin and ServerAdmin. Use these within the routing system via Authorize attribute instead of directly checking on each page. 2023-06-14 15:06:13 -07:00
ServerAdminRequirementHandler.cs Make User nullable in AuthComponentBase. Add utility method to make sure it's populated. Refactor as necessary. 2023-08-01 15:52:08 -07:00
TwoFactorRequiredHandler.cs Fix two factor enforcement. 2024-05-31 13:17:03 -07:00
TwoFactorRequiredRequirement.cs Convert to file-scoped namespaces. 2023-07-21 10:16:29 -07:00