Has anyone incorporated fine-grained authZ into a site using DatoCMS? For example, using Casbin, Oso, or something similar? We are building this out and I’m curious if there are existing examples we could learn from.
Hey @taylor2,
Welcome to the Dato forums!
To clarify, are you building an authorization system that syncs with DatoCMS’s roles & collaborators system (like a way to sync external users to Dato editors, but not through our normal SSO system)? Like, so that your Dato editors could login through another website and edit DatoCMS content there, through API calls you manage instead of our own UI?
Or is this a completely separate, frontend-only accounts system (that, for example, controls who can view what content, but none of it will write back to DatoCMS)?
Regardless, I don’t think we have any ready-made examples for this. We do have some customers who built their own frontend membership system in order to offer paid members-only content, for example, but I wouldn’t have access to their source code. If it helps, though, we can try to help you think through it and maybe build a simple prototype together…?