MANIFEST.in
OAUTH_MIGRATION_TUTORIAL.md
README.md
pyproject.toml
src/supertokens_rownd/__init__.py
src/supertokens_rownd/__main__.py
src/supertokens_rownd/admin_core.py
src/supertokens_rownd/admin_evidence.py
src/supertokens_rownd/admin_finalization.py
src/supertokens_rownd/admin_lifecycle.py
src/supertokens_rownd/admin_lineage.py
src/supertokens_rownd/admin_metadata.py
src/supertokens_rownd/admin_methods.py
src/supertokens_rownd/admin_orphan.py
src/supertokens_rownd/admin_planning.py
src/supertokens_rownd/admin_publication.py
src/supertokens_rownd/admin_source.py
src/supertokens_rownd/admin_validation.py
src/supertokens_rownd/cli.py
src/supertokens_rownd/cli_csv.py
src/supertokens_rownd/cli_output.py
src/supertokens_rownd/cli_profiles.py
src/supertokens_rownd/config.py
src/supertokens_rownd/constants.py
src/supertokens_rownd/errors.py
src/supertokens_rownd/identity.py
src/supertokens_rownd/logger.py
src/supertokens_rownd/migration.py
src/supertokens_rownd/migration_authority.py
src/supertokens_rownd/migration_discovery.py
src/supertokens_rownd/migration_email.py
src/supertokens_rownd/migration_plan.py
src/supertokens_rownd/plugin.py
src/supertokens_rownd/plugin_implementation.py
src/supertokens_rownd/provider_migration.py
src/supertokens_rownd/provider_session.py
src/supertokens_rownd/py.typed
src/supertokens_rownd/reconcile_user.py
src/supertokens_rownd/rownd_compatibility.py
src/supertokens_rownd/rownd_repository.py
src/supertokens_rownd/session_authentication.py
src/supertokens_rownd/supertokens_repository.py
src/supertokens_rownd/types.py
src/supertokens_rownd/utils.py
src/supertokens_rownd.egg-info/PKG-INFO
src/supertokens_rownd.egg-info/SOURCES.txt
src/supertokens_rownd.egg-info/dependency_links.txt
src/supertokens_rownd.egg-info/entry_points.txt
src/supertokens_rownd.egg-info/requires.txt
src/supertokens_rownd.egg-info/top_level.txt
src/supertokens_rownd/telemetry/__init__.py
src/supertokens_rownd/telemetry/axiom_telemetry_client.py
src/supertokens_rownd/telemetry/create_telemetry_client.py
tests/test_admin_lifecycle.py
tests/test_admin_lineage.py
tests/test_admin_lineage_integration.py
tests/test_admin_method_security.py
tests/test_admin_reconciliation.py
tests/test_admin_session_integration.py
tests/test_admin_tenant_followup.py
tests/test_app_config.py
tests/test_authentication_parity.py
tests/test_cli.py
tests/test_container_fixture.py
tests/test_identity_lifecycle.py
tests/test_import_transport.py
tests/test_integration.py
tests/test_logger.py
tests/test_mapping.py
tests/test_mapping_sdk_boundary.py
tests/test_migration.py
tests/test_migration_contract.py
tests/test_migration_noop.py
tests/test_migration_ordinary_snapshot.py
tests/test_migration_request_counts.py
tests/test_migration_session_origin.py
tests/test_overrides.py
tests/test_reconciliation_acceptance.py
tests/test_rollback_logging.py
tests/test_rownd_repository.py