tkhq / sdk

Turnkey TypeScript SDK
Apache License 2.0
48 stars 13 forks source link

Restore Automatically injecting logged in user suborgId into the cascade for commands #259

Closed AlwaysBCoding closed 4 months ago

AlwaysBCoding commented 4 months ago

When making commands to the turnkeyAPI the browser client should automatically look at the current user suborgId and use that in the cascade for which orgId to call the endpoint with.

We had this functionality before but lost it in the merge.

This also cleans up a couple unused methods in the code