Module tower

Module tower 

Source
Expand description

Tower service layer for tonic/gRPC authentication Tower service layer for async authentication with tonic/gRPC.

This module provides a tower service wrapper that integrates authentication into tonic gRPC services. It extracts request parts from gRPC metadata, validates them using an AuthProvider, and injects the AuthContext into request extensions.

Structsยง

AuthService
Async authentication service wrapper for tonic/gRPC.