Skip to content

security/index

Overview

Module

Provides security helpers for user authentication, OAuth flows, and metadata decorators. It exposes user management utilities, OAuth integration, and useful security decorators for protected route handling and role-based access control.

The main components of this module are:

  • User: User identity and authentication utilities.
  • OAuth: OAuth2 integration helpers for authentication flows.
  • Decorators: Security decorators for endpoint access control.

Classes