CHANGELOG.md
DEVELOP.md
LICENSE
MANIFEST.in
README.en.md
README.md
mkdocs.yml
pyproject.toml
docs/capability-map.en.md
docs/capability-map.md
docs/cli-tree.en.md
docs/cli-tree.md
docs/index.en.md
docs/index.md
docs/integration.en.md
docs/integration.md
docs/interface-tree.en.md
docs/interface-tree.md
examples/demo_fastapi.py
src/ChatLogin.egg-info/PKG-INFO
src/ChatLogin.egg-info/SOURCES.txt
src/ChatLogin.egg-info/dependency_links.txt
src/ChatLogin.egg-info/entry_points.txt
src/ChatLogin.egg-info/requires.txt
src/ChatLogin.egg-info/top_level.txt
src/chatlogin/__init__.py
src/chatlogin/cli.py
src/chatlogin/config.py
src/chatlogin/credentials.py
src/chatlogin/fastapi.py
src/chatlogin/identity.py
src/chatlogin/paths.py
src/chatlogin/security.py
src/chatlogin/sessions.py
src/chatlogin/sqlite.py
src/chatlogin/ui.py
src/chatlogin/web/__init__.py
src/chatlogin/web/assets/login.css
src/chatlogin/web/assets/login.js
src/chatlogin/web/templates/chatlogin/login.html
tests/conftest.py
tests/test_cli.py
tests/test_paths_cli.py
tests/test_version.py
tests/cli-tests/README.md
tests/code-tests/README.md
tests/code-tests/test_core.py
tests/code-tests/test_core_guards.py
tests/code-tests/test_http_guards.py
tests/code-tests/test_origin_mount.py
tests/code-tests/test_packaging_demo.py
tests/code-tests/test_scaffold_contract.py
tests/code-tests/test_storage_platform.py
tests/code-tests/test_ui_contract.py
tests/code-tests/test_web.py
tests/mock-cli-tests/README.md