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
This might be an extremely embarrassing question if I'm wrong but I was unable to find a way to pass a login token along API requests. I would have expected there to be a header field that I can use but the documentation doesn't seem to mention anything. I don't have a lot of experience with Python but looking at the code, it seems like the login status is entirely cookie based?
If that's the case then I would like to propose a header field that can be used by API requests to include the login token without having to store cookies.
The text was updated successfully, but these errors were encountered:
This might be an extremely embarrassing question if I'm wrong but I was unable to find a way to pass a login token along API requests. I would have expected there to be a header field that I can use but the documentation doesn't seem to mention anything. I don't have a lot of experience with Python but looking at the code, it seems like the login status is entirely cookie based?
If that's the case then I would like to propose a header field that can be used by API requests to include the login token without having to store cookies.
The text was updated successfully, but these errors were encountered: