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...
@edubacco Thank you for pointing out this issue. The fix is a bit complex and it might take a while to implement. Meanwhile, would request you to not have add...
@kaustubhbabar5 Yes, the telemetry also runs the same query, but that shouldn't affect any API response as such. What issue are you facing exactly?
This is now fixed in Core version v9.2.2