Skip to content

Instantly share code, notes, and snippets.

View chero858's full-sized avatar

Roman Cherkasov chero858

View GitHub Profile
@chero858
chero858 / .py
Created October 13, 2025 14:00
authzed async insecure client
from grpc import (
aio,
local_channel_credentials,
)
from typing import Any, Callable
from authzed.api.v1 import AsyncClient