Skip to main content

AuthProtocol

Defined in the protocols module.
AI Agent Protocol for authentication implementations. Enables structural typing for different authentication strategies (token-based, local loopback, trusted proxy, etc.).

Methods

check()

Check authentication for a request.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 2129