oqtane.framework/Oqtane.Server/Security
2024-09-26 15:54:22 -04:00
..
AuthorizationPolicyProvider.cs add support for API permissions at the UI layer - including ability to delegate user, role, profile management 2023-01-09 11:38:25 -05:00
AutoValidateAntiforgeryTokenAttribute.cs create separate API methods for tokens (short-lived) and personal access tokens (long-lived), include global antiforgery filter to mitigate XSRF when using cookie auth (ignored when using Jwt) 2022-04-14 19:41:43 -04:00
AutoValidateAntiforgeryTokenFilter.cs resolve antiforgery issue 2024-01-31 07:33:52 -05:00
ClaimsPrincipalFactory.cs fix #4580 - add logout everywhere support using SecurityStamp 2024-09-17 08:45:27 -04:00
JwtManager.cs abstract padding logic - don't repeat 2023-12-18 09:58:30 -05:00
PermissionHandler.cs add support for API permissions at the UI layer - including ability to delegate user, role, profile management 2023-01-09 11:38:25 -05:00
PermissionRequirement.cs add support for API permissions at the UI layer - including ability to delegate user, role, profile management 2023-01-09 11:38:25 -05:00
PrincipalValidator.cs remove unnecessary using statement 2024-09-26 15:54:22 -04:00
UserPermissions.cs change IsEffectiiveOrExpired to IsEffectiveAndNotExpired 2024-07-23 07:08:26 -04:00