Create a permission
JFW allows you to create permissions through its cPanel Dashboard or Management API. Permissions are typically associated with an API and used in Role-Based Access.
Creating Permissions via the JFW Dashboard
Follow these steps to create permissions manually:
1️⃣ Log in to your JFW cPanel → Dashboard
2️⃣ Go to Branding Service and select the Permissions menu from the left menu.
3️ Click on the "Permissions" tab and click "Add Permission".
4️⃣ Enter Permission Name & Description (e.g., QUESTION:CREATE
, USER:DELETE
).
5️⃣ Save the permission.
The name of permission must be:
Upper case.
with two separated components: resouce name and action name: RESOURCE NAME.ACTION NAME
Creating Permissions via the Management API
Please visit developers.jframework.io, session Permissions.
Last updated