Sattvik Chakravarthy
Sattvik Chakravarthy
database states enabled booleans for latest node SDK: filtering out the first and second factors that have boolean set to false for py/go SDK: frontend uses subset of this as...
Implemented in core v9.1
Not merging this. The right way to use it is described in this issue - https://github.com/supertokens/supertokens-python/issues/501
hi @virajkanwade , From the stats you have mentioned: Without Supertokens middleware, each request takes about 0.09 ms and with Supertokens middleware, each request takes about 0.21 ms This means...
@virajkanwade I think you should use the FastAPI's startup hook and call the async version of the `create_or_update_tenant`. It's not recommended to run sync variant in the ASGI environment. ```py...