Skip to Content
Edit on GitHub

Users and Access

LearnHouse provides a user management system with role-based access control. Each user belongs to an organization and is assigned a role that determines what they can see and do.

Key Concepts

  • Users — Individual accounts that can log in and interact with the platform.
  • Roles — Each user has a role (Admin, Teacher/Staff, or Student) that defines their permissions.
  • Authentication — Users authenticate via OAuth providers or standard credentials.

Learn More