Ejemplo n.º 1
0
 def auth(cache_backend: AbstractCache, auth_header: str) -> User:
     return cache_backend.get_auth(auth_header)
Ejemplo n.º 2
0
 def auth(cache_backend: AbstractCache, auth_header: str) -> User:
     return cache_backend.get_auth(auth_header)