Option for Session Token (Authorization) ApiKey Request Option Format (Enabling Baserow) #48843
mattsah
started this conversation in
Platform Features or Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Airbyte offers a lot of flexibility for creating custom API connectors. Unfortunately, API developers don't always follow best practices. In this case, Baserow, a popular no-code database/form/application builder, uses a rather "custom" mechanism for Authenticating. Specifically:
Authorization: JWT <token>
Providing a "format" option as an additional (optionally) defined field on the ApiKey request option would enable more complete customization of any header values sent. If empty, the token itself could just be sent (making this a non-breaking change). Example:
Beneath the "Header Name" at the bottom a field named "Format" could be added with some info on how to use such that someone could enter a value which is then interpolated to include the token, enabling custom "Authorization" headers.
Format:
[ JWT {{ authorization["token"] }} ]
Beta Was this translation helpful? Give feedback.
All reactions