Authorization

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Apr 23 4:57
Editor
Edited
Edited
2025 Oct 22 9:50

Authorization, AuthZ, Permission management

create permission is tricky, since usually permissions on edit or view are related to the resource entity, not the type. This requires either upper parent-level assignment or namespace-level permission, which involves setting overhead.
There are two ways to check and apply connected permission policies in a general application. First is using a policy inside the engine that is hard-fixed without relational changes at runtime. Second is to create a relation for each SQL query and sync state through synchronization, expecting it to work the same as a single-level check.

Permission

Permission to access a resource is called authorization.
Authority is the ability to access an object or a resource.
Authorization Usages
 
 
 
 
 
 
 
 

Backlinks

Oauth Token

Recommendations