whydinkov
09/16/2023, 6:59 AMhealthcheck
status directly from a python FastAPI endpoint. So my question is - is there a way to programmatically check that FastAPI has established correct communication with supertokens-core, without trying to authenticate a user?
Can I programmatically check that input provided during:
supertokens_config=SupertokensConfig(
connection_uri=...,
api_key=...,
),
has been correct and supertokens-core is up and running?