LICENSE
MANIFEST.in
README.md
pyproject.toml
configs/basic_auth.json
configs/http.json
configs/http_8001_test.json
configs/http_correct.json
configs/http_simple.json
configs/http_test.json
configs/http_token.json
configs/http_token_correct.json
configs/http_token_roles.json
configs/http_token_roles_token_roles.json
configs/http_token_token_roles.json
configs/https.json
configs/https_8001_test.json
configs/https_api_test.json
configs/https_simple.json
configs/https_test.json
configs/https_token.json
configs/https_token_roles.json
configs/https_token_roles_token_roles.json
configs/https_token_token_roles.json
configs/jwt.json
configs/mtls.json
configs/mtls_8001_test.json
configs/mtls_correct.json
configs/mtls_roles.json
configs/mtls_roles_token_roles.json
configs/mtls_test.json
configs/mtls_token_roles.json
configs/roles.json
configs/test_http_simple.json
configs/test_http_token.json
configs/test_http_token_roles.json
configs/test_https_simple.json
configs/test_https_token.json
configs/test_https_token_roles.json
configs/test_mtls_roles.json
configs/test_mtls_simple.json
configs/test_server_http.json
configs/test_server_https.json
configs/test_server_mtls.json
docs/api_format.md
docs/coverage_report.md
docs/error_500_analysis.md
docs/error_handling_complete.md
docs/error_handling_issue.md
embed_client/__init__.py
embed_client/__main__.py
embed_client/async_client.py
embed_client/auth.py
embed_client/auth_examples.py
embed_client/cli.py
embed_client/client_factory.py
embed_client/client_factory_examples.py
embed_client/config.py
embed_client/config_examples.py
embed_client/demo_cli.py
embed_client/demo_security_cli.py
embed_client/example_async_usage.py
embed_client/example_async_usage_ru.py
embed_client/security_cli.py
embed_client/ssl_examples.py
embed_client/ssl_manager.py
embed_client.egg-info/PKG-INFO
embed_client.egg-info/SOURCES.txt
embed_client.egg-info/dependency_links.txt
embed_client.egg-info/requires.txt
embed_client.egg-info/top_level.txt
examples/README.md
examples/security_examples.py
examples/security_examples_ru.py
examples/configs/http_simple.json
examples/configs/https_token.json
examples/configs/mtls_roles.json
tests/test_all_security_modes.py
tests/test_async_client.py
tests/test_async_client_real.py
tests/test_async_client_stress.py
tests/test_async_client_stress_new.py
tests/test_async_client_stress_updated.py
tests/test_auth.py
tests/test_cli.py
tests/test_client_examples.py
tests/test_client_factory.py
tests/test_comprehensive_server.py
tests/test_config.py
tests/test_example_async_usage.py
tests/test_example_async_usage_ru.py
tests/test_https_server.py
tests/test_security_cli.py
tests/test_security_examples.py
tests/test_server.py
tests/test_server_runner.py
tests/test_ssl_manager.py
tests/test_with_auth.py