Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication module for Graphmind

Supports both token-based and username/password authentication with roles. Configure via environment variables:

  • GRAPHMIND_AUTH_TOKEN: Legacy token-based auth
  • GRAPHMIND_ADMIN_USER + GRAPHMIND_ADMIN_PASSWORD: Username/password auth

Structs§

AuthManager
User

Enums§

Role

Type Aliases§

AuthConfig
SharedAuthConfig
SharedAuthManager