o
    i                     @   s\   d Z ddlZddlZddlmZmZmZ ddlmZ g dZ	ej
jr,ejdedd dS dS )	zBackwards 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.
    N)JWKDataJWKSData
RSAKeyPair)JWTVerifier)BearerAuthProviderr   r   r   zThe `fastmcp.server.auth.providers.bearer` module is deprecated and will be removed in a future version. Please use `fastmcp.server.auth.providers.jwt.JWTVerifier` instead of this module's BearerAuthProvider.   )
stacklevel)__doc__warningsfastmcp!fastmcp.server.auth.providers.jwtr   r   r   r   r   __all__settingsdeprecation_warningswarnDeprecationWarning r   r   j/var/www/html/karishye-ai-python/venv/lib/python3.10/site-packages/fastmcp/server/auth/providers/bearer.py<module>   s    
