Remove deprecated BearerAuthProvider module (#2341)

This commit is contained in:
Jeremiah Lowin 2025-11-01 13:01:00 -07:00 committed by GitHub
commit 79b36f66b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 61 deletions

View file

@ -1,13 +0,0 @@
---
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.