LakeQL
Overview
  • Introduction
Server Setup
  • createApiServer
  • defineConfig
  • Yoga Configuration
Authentication
  • JWT Authentication
  • Permissions
  • Scope Authorization
Schema Builder
  • Builder Configuration
  • Scalar Types
  • Comparison Types
  • Pagination
  • Input Validation
Customization
  • Custom Queries & Mutations
  • Extending Core
  • CORS Configuration
GitHub
LakeQL
  1. API
  2. Authentication

Authentication

JWT-based authentication, permission management, and scope-based authorization.

JWT Authentication

Configure user authentication via JWT tokens or mock authentication for development.

Permissions

Define table-level permission rules for technical users via the Permission interface.

Scope Authorization

Three authorization scopes control access to GraphQL fields — authorized, readPermission, and writePermission.

Previous page

Yoga Configuration

Next page

JWT Authentication