LICENSE.md
README.md
pyproject.toml
setup.cfg
setup.py
supertokens_python/__init__.py
supertokens_python/async_to_sync_wrapper.py
supertokens_python/constants.py
supertokens_python/exceptions.py
supertokens_python/logger.py
supertokens_python/normalised_url_domain.py
supertokens_python/normalised_url_path.py
supertokens_python/process_state.py
supertokens_python/querier.py
supertokens_python/recipe_module.py
supertokens_python/supertokens.py
supertokens_python/types.py
supertokens_python/utils.py
supertokens_python.egg-info/PKG-INFO
supertokens_python.egg-info/SOURCES.txt
supertokens_python.egg-info/dependency_links.txt
supertokens_python.egg-info/requires.txt
supertokens_python.egg-info/top_level.txt
supertokens_python/asyncio/__init__.py
supertokens_python/framework/__init__.py
supertokens_python/framework/request.py
supertokens_python/framework/response.py
supertokens_python/framework/types.py
supertokens_python/framework/django/__init__.py
supertokens_python/framework/django/django_middleware.py
supertokens_python/framework/django/django_request.py
supertokens_python/framework/django/django_response.py
supertokens_python/framework/django/framework.py
supertokens_python/framework/fastapi/__init__.py
supertokens_python/framework/fastapi/fastapi_middleware.py
supertokens_python/framework/fastapi/fastapi_request.py
supertokens_python/framework/fastapi/fastapi_response.py
supertokens_python/framework/fastapi/framework.py
supertokens_python/framework/flask/__init__.py
supertokens_python/framework/flask/flask_middleware.py
supertokens_python/framework/flask/flask_request.py
supertokens_python/framework/flask/flask_response.py
supertokens_python/framework/flask/framework.py
supertokens_python/recipe/__init__.py
supertokens_python/recipe/emailpassword/__init__.py
supertokens_python/recipe/emailpassword/constants.py
supertokens_python/recipe/emailpassword/exceptions.py
supertokens_python/recipe/emailpassword/interfaces.py
supertokens_python/recipe/emailpassword/recipe.py
supertokens_python/recipe/emailpassword/recipe_implementation.py
supertokens_python/recipe/emailpassword/types.py
supertokens_python/recipe/emailpassword/utils.py
supertokens_python/recipe/emailpassword/api/__init__.py
supertokens_python/recipe/emailpassword/api/email_exists.py
supertokens_python/recipe/emailpassword/api/generate_password_reset_token.py
supertokens_python/recipe/emailpassword/api/implementation.py
supertokens_python/recipe/emailpassword/api/password_reset.py
supertokens_python/recipe/emailpassword/api/signin.py
supertokens_python/recipe/emailpassword/api/signup.py
supertokens_python/recipe/emailpassword/api/utils.py
supertokens_python/recipe/emailpassword/asyncio/__init__.py
supertokens_python/recipe/emailpassword/syncio/__init__.py
supertokens_python/recipe/emailverification/__init__.py
supertokens_python/recipe/emailverification/constants.py
supertokens_python/recipe/emailverification/exceptions.py
supertokens_python/recipe/emailverification/interfaces.py
supertokens_python/recipe/emailverification/recipe.py
supertokens_python/recipe/emailverification/recipe_implementation.py
supertokens_python/recipe/emailverification/types.py
supertokens_python/recipe/emailverification/utils.py
supertokens_python/recipe/emailverification/api/__init__.py
supertokens_python/recipe/emailverification/api/email_verify.py
supertokens_python/recipe/emailverification/api/generate_email_verify_token.py
supertokens_python/recipe/emailverification/api/implementation.py
supertokens_python/recipe/emailverification/asyncio/__init__.py
supertokens_python/recipe/emailverification/syncio/__init__.py
supertokens_python/recipe/jwt/__init__.py
supertokens_python/recipe/jwt/constants.py
supertokens_python/recipe/jwt/exceptions.py
supertokens_python/recipe/jwt/interfaces.py
supertokens_python/recipe/jwt/recipe.py
supertokens_python/recipe/jwt/recipe_implementation.py
supertokens_python/recipe/jwt/utils.py
supertokens_python/recipe/jwt/api/__init__.py
supertokens_python/recipe/jwt/api/implementation.py
supertokens_python/recipe/jwt/api/jwks_get.py
supertokens_python/recipe/jwt/asyncio/__init__.py
supertokens_python/recipe/jwt/syncio/__init__.py
supertokens_python/recipe/openid/__init__.py
supertokens_python/recipe/openid/constants.py
supertokens_python/recipe/openid/exceptions.py
supertokens_python/recipe/openid/interfaces.py
supertokens_python/recipe/openid/recipe.py
supertokens_python/recipe/openid/recipe_implementation.py
supertokens_python/recipe/openid/utils.py
supertokens_python/recipe/openid/api/__init__.py
supertokens_python/recipe/openid/api/implementation.py
supertokens_python/recipe/openid/api/open_id_discovery_configuration_get.py
supertokens_python/recipe/openid/asyncio/__init__.py
supertokens_python/recipe/openid/syncio/__init__.py
supertokens_python/recipe/passwordless/__init__.py
supertokens_python/recipe/passwordless/constants.py
supertokens_python/recipe/passwordless/exceptions.py
supertokens_python/recipe/passwordless/interfaces.py
supertokens_python/recipe/passwordless/recipe.py
supertokens_python/recipe/passwordless/recipe_implementation.py
supertokens_python/recipe/passwordless/types.py
supertokens_python/recipe/passwordless/utils.py
supertokens_python/recipe/passwordless/api/__init__.py
supertokens_python/recipe/passwordless/api/consume_code.py
supertokens_python/recipe/passwordless/api/create_code.py
supertokens_python/recipe/passwordless/api/email_exists.py
supertokens_python/recipe/passwordless/api/implementation.py
supertokens_python/recipe/passwordless/api/phone_number_exists.py
supertokens_python/recipe/passwordless/api/resend_code.py
supertokens_python/recipe/passwordless/asyncio/__init__.py
supertokens_python/recipe/passwordless/syncio/__init__.py
supertokens_python/recipe/session/__init__.py
supertokens_python/recipe/session/access_token.py
supertokens_python/recipe/session/constants.py
supertokens_python/recipe/session/cookie_and_header.py
supertokens_python/recipe/session/exceptions.py
supertokens_python/recipe/session/interfaces.py
supertokens_python/recipe/session/jwt.py
supertokens_python/recipe/session/recipe.py
supertokens_python/recipe/session/recipe_implementation.py
supertokens_python/recipe/session/session_class.py
supertokens_python/recipe/session/session_functions.py
supertokens_python/recipe/session/utils.py
supertokens_python/recipe/session/api/__init__.py
supertokens_python/recipe/session/api/implementation.py
supertokens_python/recipe/session/api/refresh.py
supertokens_python/recipe/session/api/signout.py
supertokens_python/recipe/session/asyncio/__init__.py
supertokens_python/recipe/session/framework/__init__.py
supertokens_python/recipe/session/framework/django/__init__.py
supertokens_python/recipe/session/framework/django/asyncio/__init__.py
supertokens_python/recipe/session/framework/django/syncio/__init__.py
supertokens_python/recipe/session/framework/fastapi/__init__.py
supertokens_python/recipe/session/framework/flask/__init__.py
supertokens_python/recipe/session/syncio/__init__.py
supertokens_python/recipe/session/with_jwt/__init__.py
supertokens_python/recipe/session/with_jwt/constants.py
supertokens_python/recipe/session/with_jwt/recipe_implementation.py
supertokens_python/recipe/session/with_jwt/session_class.py
supertokens_python/recipe/session/with_jwt/utills.py
supertokens_python/recipe/thirdparty/__init__.py
supertokens_python/recipe/thirdparty/constants.py
supertokens_python/recipe/thirdparty/exceptions.py
supertokens_python/recipe/thirdparty/interfaces.py
supertokens_python/recipe/thirdparty/provider.py
supertokens_python/recipe/thirdparty/recipe.py
supertokens_python/recipe/thirdparty/recipe_implementation.py
supertokens_python/recipe/thirdparty/types.py
supertokens_python/recipe/thirdparty/utils.py
supertokens_python/recipe/thirdparty/api/__init__.py
supertokens_python/recipe/thirdparty/api/apple_redirect.py
supertokens_python/recipe/thirdparty/api/authorisation_url.py
supertokens_python/recipe/thirdparty/api/implementation.py
supertokens_python/recipe/thirdparty/api/signinup.py
supertokens_python/recipe/thirdparty/asyncio/__init__.py
supertokens_python/recipe/thirdparty/providers/__init__.py
supertokens_python/recipe/thirdparty/providers/apple.py
supertokens_python/recipe/thirdparty/providers/discord.py
supertokens_python/recipe/thirdparty/providers/facebook.py
supertokens_python/recipe/thirdparty/providers/github.py
supertokens_python/recipe/thirdparty/providers/google.py
supertokens_python/recipe/thirdparty/providers/google_workspaces.py
supertokens_python/recipe/thirdparty/providers/okta.py
supertokens_python/recipe/thirdparty/syncio/__init__.py
supertokens_python/recipe/thirdpartyemailpassword/__init__.py
supertokens_python/recipe/thirdpartyemailpassword/exceptions.py
supertokens_python/recipe/thirdpartyemailpassword/interfaces.py
supertokens_python/recipe/thirdpartyemailpassword/recipe.py
supertokens_python/recipe/thirdpartyemailpassword/types.py
supertokens_python/recipe/thirdpartyemailpassword/utils.py
supertokens_python/recipe/thirdpartyemailpassword/api/__init__.py
supertokens_python/recipe/thirdpartyemailpassword/api/emailpassword_api_impementation.py
supertokens_python/recipe/thirdpartyemailpassword/api/implementation.py
supertokens_python/recipe/thirdpartyemailpassword/api/thirdparty_api_implementation.py
supertokens_python/recipe/thirdpartyemailpassword/asyncio/__init__.py
supertokens_python/recipe/thirdpartyemailpassword/recipeimplementation/__init__.py
supertokens_python/recipe/thirdpartyemailpassword/recipeimplementation/email_password_recipe_implementation.py
supertokens_python/recipe/thirdpartyemailpassword/recipeimplementation/implementation.py
supertokens_python/recipe/thirdpartyemailpassword/recipeimplementation/third_party_recipe_implementation.py
supertokens_python/recipe/thirdpartyemailpassword/syncio/__init__.py
supertokens_python/recipe/thirdpartypasswordless/__init__.py
supertokens_python/recipe/thirdpartypasswordless/exceptions.py
supertokens_python/recipe/thirdpartypasswordless/interfaces.py
supertokens_python/recipe/thirdpartypasswordless/recipe.py
supertokens_python/recipe/thirdpartypasswordless/types.py
supertokens_python/recipe/thirdpartypasswordless/utils.py
supertokens_python/recipe/thirdpartypasswordless/api/__init__.py
supertokens_python/recipe/thirdpartypasswordless/api/implementation.py
supertokens_python/recipe/thirdpartypasswordless/api/passwordless_api_impementation.py
supertokens_python/recipe/thirdpartypasswordless/api/thirdparty_api_implementation.py
supertokens_python/recipe/thirdpartypasswordless/asyncio/__init__.py
supertokens_python/recipe/thirdpartypasswordless/recipeimplementation/__init__.py
supertokens_python/recipe/thirdpartypasswordless/recipeimplementation/implementation.py
supertokens_python/recipe/thirdpartypasswordless/recipeimplementation/passwordless_recipe_implementation.py
supertokens_python/recipe/thirdpartypasswordless/recipeimplementation/third_party_recipe_implementation.py
supertokens_python/recipe/thirdpartypasswordless/syncio/__init__.py
supertokens_python/syncio/__init__.py
tests/Django/__init__.py
tests/Django/settings.py
tests/Django/test_django.py
tests/Fastapi/__init__.py
tests/Fastapi/test_fastapi.py
tests/Flask/__init__.py
tests/Flask/test_flask.py
tests/Flask/utils.py
tests/emailpassword/__init__.py
tests/emailpassword/test_emailexists.py
tests/emailpassword/test_emailverify.py
tests/emailpassword/test_passwordreset.py
tests/emailpassword/test_signin.py
tests/frontendIntegration/__init__.py
tests/frontendIntegration/fastapi-server/__init__.py
tests/frontendIntegration/fastapi-server/app.py
tests/frontendIntegration/flask-server/__init__.py
tests/frontendIntegration/flask-server/app.py
tests/jwt/__init__.py
tests/jwt/test_config.py
tests/jwt/test_create_jwt_feature.py
tests/jwt/test_get_JWKS.py
tests/jwt/test_override.py
tests/playground/__init__.py
tests/playground/app.py