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 ticket entails implementing the UI for both picking and initiating creation of new credentials.
For the block input component that handles the credentials, we'll need to add a new custom type of input. We can include info in the JSON schema like what kinds of credentials the provider supports, so that the block can offer an appropriate UI to enter e.g. either an API key or click a button to log in.
This ticket entails implementing the UI for both picking and initiating creation of new credentials.
For the block input component that handles the credentials, we'll need to add a new custom type of input. We can include info in the JSON schema like what kinds of credentials the provider supports, so that the block can offer an appropriate UI to enter e.g. either an API key or click a button to log in.
Currently supported types (source):
If no credentials for a given provider are configured yet, the credential input should present a button which:
When an OAuth flow is completed successfully, the modal should close.
If credentials for a given provider are already available, the user should be offered a drop-down with options:
Clicking [+ Add account] will behave the same as the auth creation/initiation button described above.
The text was updated successfully, but these errors were encountered: