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
{{ message }}
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
As both client and user token implementations use query strings, the credentials can actually leak in any logs on the server (mine/our/the clients). It is preferred to actually include them in the request body instead. Quoting the api doc:
• Even though finAPI is not logging query parameters, it is still recommended to pass the parameters in the POST body instead of in the URL. Also, please set the Content-Type of your request to 'application/x-www-form-urlencoded' when calling this service.
Hi Christian,
thanks for the request!
Yes, you're right about this issue - all credentials should be submitted in the body of a request. This is a bug and it will be fixed (feel free to submit a pull request).
Hi,
As both client and user token implementations use query strings, the credentials can actually leak in any logs on the server (mine/our/the clients). It is preferred to actually include them in the request body instead. Quoting the api doc:
Relevant: #37
The text was updated successfully, but these errors were encountered: