mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
13 lines
312 B
Text
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.
|
|
|