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
Looking at migrating from retool to superblocks, but just wondering how we can use a custom auth for API keys such as the resource available in retool where we can specify details in the body params as well as define a variable to use as the api key?
so basue url
blahblah.com/WebAPI
Headers
ApiKey: Value of "password"
ApiKeyExpiration: Value of "timeout"
Thanks for the post! Actually this is a planned feature that enables you orchestrates multiple queries to get a result, and then we can combine this function with our REST API customized authorization. This feature should be ready around this February or March, please stay tuned for that 😄
Hi All.
Looking at migrating from retool to superblocks, but just wondering how we can use a custom auth for API keys such as the resource available in retool where we can specify details in the body params as well as define a variable to use as the api key?
so basue url
blahblah.com/WebAPI
Headers
ApiKey: Value of "password"
ApiKeyExpiration: Value of "timeout"
Authentication: Custom Auth
Post: blahblah.com/webapi/api/authentication
Body:JSON
Body Params:
User: username
Password:user password
location: 777
Define Variable:
password
value: {{ http1.body.ApiKey }}
timeout
{{ http1.body.ApiKeyExpiration }}
Auth trigger: re run every twenty mins
is this currently achjeivable for a starting resource in openblocks or as a query library?
Cheers
The text was updated successfully, but these errors were encountered: