xsecuremcp / docs /python-sdk /fastmcp-server-auth-providers-bearer.mdx
Jeremiah Lowin
Docs updates (#1336)
dcd54e9 unverified
Raw
History Blame Contribute Delete
312 Bytes
---
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.