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
I'd like to use API that doesn't support standard authentication methods (at least not for username/password credentials, permanent API token is not possible in our case for specific reason).
Instead, it expects username and password key:value pairs in JSON payload of POST request. Then it returns temporary API token in access key of JSON response (+ refresh key), valid for 1 hour. The token is used as Bearer Token authentication.
This can be easily set up in Postman, however I couldn't make this work in Infinity plugin.
Could you please consider adding custom authentication method that would enable such mechanism?
Passing credentials in specific form - POST request with user defined JSON passed secret credentials. Then catching token from the response and use it as Bearer Token in subsequent queries?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to use API that doesn't support standard authentication methods (at least not for username/password credentials, permanent API token is not possible in our case for specific reason).
Instead, it expects username and password key:value pairs in JSON payload of POST request. Then it returns temporary API token in access key of JSON response (+ refresh key), valid for 1 hour. The token is used as Bearer Token authentication.
This can be easily set up in Postman, however I couldn't make this work in Infinity plugin.
Could you please consider adding custom authentication method that would enable such mechanism?
Passing credentials in specific form - POST request with user defined JSON passed secret credentials. Then catching token from the response and use it as Bearer Token in subsequent queries?
Beta Was this translation helpful? Give feedback.
All reactions