This website requires JavaScript.
Explore
Help
Sign In
Diplomarbeit-Absolventenverein
/
oqtane.framework-not-mirrored
Archived
Watch
9
Star
0
Fork
0
You've already forked oqtane.framework-not-mirrored
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-05-14
. You can view files and clone it, but cannot push or open issues or pull requests.
oqtane.framework-not-mirrored
/
Oqtane.Server
/
Security
History
sbwalker
c5d4e237ad
fix
#3556
- pad token secret to 32 characters to resolve IDX1-720, change id of "secret" input to reduce chance of form autocomplete causing issues
2023-12-18 09:51:18 -05: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
Fix
#2399
- page paths not being validated for deleted pages
2022-09-06 10:50:53 -04:00
ClaimsPrincipalFactory.cs
auth improvements related to multi-tenancy
2021-05-19 08:46:02 -04:00
JwtManager.cs
fix
#3556
- pad token secret to 32 characters to resolve IDX1-720, change id of "secret" input to reduce chance of form autocomplete causing issues
2023-12-18 09:51:18 -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
ignore Blazor framework requests
2023-12-13 18:25:21 -05:00
UserPermissions.cs
exclude legacy Permissions properties from serialization/API payload
2023-03-09 15:51:16 -05:00