HarmonyCore
HarmonyCore copied to clipboard
Create documentation for dynamic roles
Some customers want very granular permissions for their endpoints but JWT has a max size that wouldn't allow all of the individual permissions. Those customers actually have overall roles but the permissions of a given role are controlled by runtime configuration.
Create documentation to demonstrate auth mechanisms that expand the passed roles into their Semi Dynamically (Cached) specific permissions. Controllers should use the specific permission names for their role based authentication.