Module auth

Module auth 

Source
Expand description

Authentication middleware for the SSE proxy.

This module provides authentication handling for the Actix Web-based SSE proxy, implementing bearer token authentication and access control.

Structsยง

Authentication
Authentication middleware factory
AuthenticationMiddleware
Authentication middleware implementation