Access control #3
Replies: 5 comments 1 reply
-
Yes this would work well. I guess strapi has some built in accounts and access control model ? We could use this at first and eventually bind it to Tequila later ? |
Beta Was this translation helpful? Give feedback.
-
Good point! I have thought about this and I think we need to distinguish 2 use cases:
|
Beta Was this translation helpful? Give feedback.
-
I'm mainly thinking about the content managers. As we are approaching the completion of reuform, I think that having a centralized AC management could be very useful, and it would allow to build other services relying on it. For the end-users, Tequila should be enough |
Beta Was this translation helpful? Give feedback.
-
Isn't content management done through Strapi? That's why I think AC for content clearly depends on what we can do with Strapi, it's not up to us to develop this |
Beta Was this translation helpful? Give feedback.
-
I've done a bit of digging, and I found the Ory ecosystem. We could only use keto and oathkeeper, as the account management (kratos) and login (hydra) are done by Tequila |
Beta Was this translation helpful? Give feedback.
-
I was thinking about how we could deal with access control (e.g. for news creation, later on forms, etc.).
Imo the best option would be to use a group based access control. We could have this as an separated service, to ease its use by other ones. This service would just hold the groups and rights, leaving to the client services the authentication part (which could go through Tequila)
Beta Was this translation helpful? Give feedback.
All reactions