You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love your work! I think redwood is going to be the future!
I want to contribute by posting some questions about permissions ;)
how to give permissions for authors only to the pages/cells/content - they created?
For example, author A created content A, and content B to access editing his posts. Author B does not have permissions to edit what is produced by author A.
I think generating a new role dynamically for each page would be an overkill (or maybe it would not?)
How with netlify and redwood create permissions for users to view only those pages they are allowed - like in online courses, where each user has only access to the content he has subscribed for. There can be thousands of different lessons but few roles: teacher, student, admin. All users have the same default role there, but they have access to only the content they have bought or been given by a teacher.
The text was updated successfully, but these errors were encountered:
In short, you have to code those org/app permission rules baed on the auth and the data model/relationships between Course and Teacher, Student models.
Hi,
Love your work! I think redwood is going to be the future!
I want to contribute by posting some questions about permissions ;)
how to give permissions for authors only to the pages/cells/content - they created?
For example, author A created content A, and content B to access editing his posts. Author B does not have permissions to edit what is produced by author A.
I think generating a new role dynamically for each page would be an overkill (or maybe it would not?)
How with netlify and redwood create permissions for users to view only those pages they are allowed - like in online courses, where each user has only access to the content he has subscribed for. There can be thousands of different lessons but few roles: teacher, student, admin. All users have the same default role there, but they have access to only the content they have bought or been given by a teacher.
The text was updated successfully, but these errors were encountered: