HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Create documentation for dynamic roles

Open hippiehunter opened this issue 4 years ago • 0 comments

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.

hippiehunter avatar Apr 29 '20 20:04 hippiehunter