You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When listening for the callback URL indicating successful authentication for an app with an HTTP callback URL, tolerate callback requests being sent over HTTPS.
Adds functionality to simplify token fetching and refreshing from non-filesystem token locations. This is particularly useful for users looking to run tda-api on serverless products like AWS Lambda.
place_order now accepts both order specs and built orders.