How to add custom roles to users in Frontend #440
comcduarte
started this conversation in
General
Replies: 0 comments 3 replies
-
|
At this time only the Admin and the API share a common Core submodule. When we release v6, you should be able to move your code to the new Frontend and continue development on that one. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see limitations in the initial setup of Frontend. Firstly, the database table structure uses an ENUM to define the name field. This tells me that if I wanted to add custom roles, I have to redesign the table structure. I have Admin and API setup as well, sharing a common Core sub-module. My goal is to be able to dynamically add roles in the admin panel, assign multiple roles to users, and then use the authorization in Frontend to permit access to pages ( and sections within pages ).
Beta Was this translation helpful? Give feedback.
All reactions