Skip to main content

Authentication & Authorization

RapidREST's included auth system combines JWT-based authentication with a powerful Roles Based Access Control (RBAC) authorization system. The RBAC system has two levels of control; simple role checks per endpoint or fine-grained Access Control Lists per resource.

What's Next