fastmcp/docs/python-sdk/fastmcp-server-auth-providers-bearer.mdx
2025-08-01 20:39:55 -04:00

13 lines
312 B
Text

---
title: bearer
sidebarTitle: bearer
---
# `fastmcp.server.auth.providers.bearer`
Backwards compatibility shim for BearerAuthProvider.
The BearerAuthProvider class has been moved to fastmcp.server.auth.providers.jwt.JWTVerifier
for better organization. This module provides a backwards-compatible import.