stocky-microphone-2210
04/02/2023, 2:42 PMmagnificent-energy-493
if, with kratos, i have to omit this part becouse kratos its in charge to all of thisHello @stocky-microphone-2210 you got it right, Ory Kratos would take care of all the “user management” stuff, so designing what your identity / user looks like, handling saving all identity data to the DB, all self-service flows (login, signup etc.) I recommend trying out this quickstart: https://www.ory.sh/docs/getting-started/integrate-auth/go
a Tour guide user that will have permission to modify tours travels and so on, and there will be normal user that only can see the tour info but not modify that, and a admin user for example.This is a good usecase for Ory Permissions (Ory Keto is the respective self-hosted project): https://www.ory.sh/docs/keto/ I am working on updating / writing a simple RBAC guide for user/admin. You can mix and match, so you can also use a different solution for permissions/authZ, or you can use the Ory services together to cover everything authN/authZ related in your application.
stocky-microphone-2210
04/04/2023, 12:23 AM