Auth Drivers
Authenticate to third-party services and/or store keys and secrets.
Auth Drivers are part of Essentials authentication workflow. All keys, secrets and access tokens are processed by one of the drivers. To learn more about the workflow, see the corresponding documentation.
API Auth Driver
The API Auth Driver it's a generic API key driver in case a service specific one is missing.
Airtable Auth Driver
The Airtable Auth Driver manage Airtable Personal Access Tokens obtained through the Airtable dashboard.
Setting | Description |
---|---|
Name | The name that will identify this token. |
Token | The access token created at the Airtable Dashboard. |
AWS Auth Driver
The AWS Auth Driver manage API keys and secrets for Amazon Web Services.
Cloudflare Auth Driver
The Cloudflare Auth Driver manage Cloudflare API tokens obtained through the Cloudflare Profile Dashboard.
Facebook Auth Driver
The Facebook Auth Driver manage Facebook OAuth protocol to authenticate and grant scope permissions.
Setting | Description |
---|---|
Name | The name that will identify this auth. |
Scopes | The list of scopes this auth has access to, those can be revoked at facebook.com/settings. |
Authentication | Triggers the OAuth authentication and permission grant. |
Custom App | Whether to use a custom OAuth App instead of ZOOlanders one. |
Google Auth Driver
The Google Auth Driver manage Google OAuth 2.0 protocol to authenticate and grant scope permissions.
Setting | Description |
---|---|
Name | The name that will identify this auth. |
Scopes | The list of scopes this auth has access to, those can be revoked at myaccount.google.com/permissions. |
Authentication | Triggers the OAuth authentication and permission grant. |
Custom App | Whether to use a custom OAuth App instead of ZOOlanders one. |
Google API Key Driver
The Google API Key Driver manage Google API keys obtained through the Google Cloud Platform dashboard.
Instagram Auth Driver
The Instagram Auth Driver manage Instagram OAuth protocol to authenticate and grant scope permissions.
Setting | Description |
---|---|
Name | The name that will identify this auth. |
Scopes | The list of scopes this auth has access to, those can be revoked at instagram.com/accounts. |
Authentication | Triggers the OAuth authentication and permission grant. |
Custom App | Whether to use a custom OAuth App instead of ZOOlanders one. |
TikTok Auth Driver
The TikTok Auth Driver manage TikTok OAuth protocol to authenticate and grant scope permissions.
Setting | Description |
---|---|
Name | The name that will identify this auth. |
Scopes | The list of scopes this auth has access to, learn more about it and how to revoke permissions at support.tiktok.com. |
Authentication | Triggers the OAuth authentication and permission grant. |
Custom App | Whether to use a custom OAuth App instead of ZOOlanders one. |
Twitter Auth Driver
The Twitter Auth Driver manage Twitter OAuth protocol to authenticate and grant scope permissions.
Custom Dev App
Due to Twitter API policies it is not possible to use a ZOOlanders oAuth App, instead you must create a custom Twitter Dev App and use your own credentials.
Setting | Description |
---|---|
Name | The name that will identify this auth. |
Scopes | The list of scopes this auth has access to, those can be revoked at twitter.com/settings. |
Client ID | The public identifier of your Twitter Dev App. |
Client Secret | The secret key of your Twitter Dev App. |
Refresh Token | The token that will allow us to obtain and refresh an Access Token. |
Vimeo Auth Driver
The Vimeo Auth Driver manage Vimeo OAuth protocol to authenticate and grant scope permissions.
Setting | Description |
---|---|
Name | The name that will identify this auth. |
Scopes | The list of scopes this auth has access to, those can be revoked at vimeo.com/settings. |
Authentication | Triggers the OAuth authentication and permission grant. |
Custom App | Whether to use a custom OAuth App instead of ZOOlanders one. |