AIDA / app /guards /__init__.py
destinyebuka's picture
Deploy Lojiz Platform with Aida AI backend
79ef7e1
"""Authentication guards"""
from app.guards.jwt_guard import get_current_user, security
__all__ = ["get_current_user", "security"]