Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
veryfront/oauth
OAuth 2.0 with 37 pre-configured providers.Import
Examples
Exports
Functions
Classes
Types
| Name | Description | Source |
|---|---|---|
AuthorizationUrlOptions | Options accepted by authorization URL. | source |
OAuthCallbackHandlerOptions | Options accepted by oauth callback handler. | source |
OAuthInitHandlerOptions | Options accepted by oauth init handler. | source |
OAuthProviderConfig | Configuration used by oauth provider. | source |
OAuthServiceConfig | Configuration used by oauth service. | source |
OAuthState | State for oauth. | source |
OAuthTokens | Public API contract for oauth tokens. | source |
TokenExchangeOptions | Options accepted by token exchange. | source |
TokenExchangeResult | Result returned from token exchange. | source |
TokenStore | TokenStore is keyed by (serviceId, userId) - tokens are per-user. | source |
Constants
| Name | Description | Source |
|---|---|---|
airtableConfig | Configuration used by airtable. | source |
asanaConfig | Configuration used by asana. | source |
bitbucketConfig | Configuration used by bitbucket. | source |
boxConfig | Configuration used by box. | source |
calendarConfig | Configuration used by calendar. | source |
clickupConfig | Configuration used by clickup. | source |
confluenceConfig | Configuration used by confluence. | source |
discordConfig | Configuration used by discord. | source |
driveConfig | Configuration used by drive. | source |
dropboxConfig | Configuration used by dropbox. | source |
figmaConfig | Configuration used by figma. | source |
freshdeskConfig | Configuration used by freshdesk. | source |
githubConfig | Configuration used by github. | source |
gitlabConfig | Configuration used by gitlab. | source |
gmailConfig | Configuration used by gmail. | source |
hubspotConfig | Configuration used by hubspot. | source |
intercomConfig | Configuration used by intercom. | source |
jiraConfig | Configuration used by jira. | source |
linearConfig | Configuration used by linear. | source |
mailchimpConfig | Configuration used by mailchimp. | source |
mondayConfig | Configuration used by monday. | source |
notionConfig | Configuration used by notion. | source |
oneDriveConfig | Configuration used by one drive. | source |
outlookConfig | Configuration used by outlook. | source |
pipedriveConfig | Configuration used by pipedrive. | source |
quickbooksConfig | Configuration used by quickbooks. | source |
salesforceConfig | Configuration used by salesforce. | source |
sharePointConfig | Configuration used by share point. | source |
sheetsConfig | Configuration used by sheets. | source |
shopifyConfig | Configuration used by shopify. | source |
slackConfig | Configuration used by slack. | source |
teamsConfig | Configuration used by teams. | source |
trelloConfig | Configuration used by trello. | source |
twitterConfig | Configuration used by twitter. | source |
webexConfig | Configuration used by webex. | source |
xeroConfig | Configuration used by xero. | source |
zoomConfig | Configuration used by zoom. | source |
Related
Reference modules:veryfront/middleware: Combine with middleware pipeline
- oauth: OAuth flows and provider setup
- 18-oauth-runtime: OAuth runtime architecture