Auth
Authentication, authorization, and identity for Taruvi-powered apps.
Auth in Taruvi spans three concerns: who the user is (authentication, users, social logins, invitations), what they can do (roles, groups, permissions, Cerbos policies), and how apps consume it (Refine providers for auth, users, and access control).
Where to start
- Cerbos authorization model — how policy-based authorization works platform-wide.
- Guides
- API Reference — HTTP endpoints for users, groups, permissions, roles, policies, invitations, social apps.
- Console Guide — managing authentication, invitations, policies, roles, and social apps from the Taruvi console UI.
- Refine Providers — drop-in providers for auth, user data, and access control on the frontend.