mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-14 09:27:58 -05:00
fix(airtable): fixed airtable oauth
This commit is contained in:
@@ -418,8 +418,8 @@ export const auth = betterAuth({
|
||||
providerId: 'airtable',
|
||||
clientId: process.env.AIRTABLE_CLIENT_ID as string,
|
||||
clientSecret: process.env.AIRTABLE_CLIENT_SECRET as string,
|
||||
authorizationUrl: 'https://airtable.com/oauth/authorize',
|
||||
tokenUrl: 'https://airtable.com/oauth/token',
|
||||
authorizationUrl: 'https://airtable.com/oauth2/v1/authorize',
|
||||
tokenUrl: 'https://airtable.com/oauth2/v1/token',
|
||||
userInfoUrl: 'https://api.airtable.com/v0/meta/whoami',
|
||||
scopes: ['data.records:read', 'data.records:write'],
|
||||
responseType: 'code',
|
||||
|
||||
Reference in New Issue
Block a user