feat: Oauth with PKCE (#4648)
* authorizeApp and exchangeAuthcode methods * module rename * import fix * lint fix * fix import
This commit is contained in:
@ -303,6 +303,8 @@ export class EnvironmentVariables {
|
||||
CALENDAR_PROVIDER_GOOGLE_ENABLED: boolean = false;
|
||||
|
||||
AUTH_GOOGLE_APIS_CALLBACK_URL: string;
|
||||
|
||||
CHROME_EXTENSION_REDIRECT_URL: string;
|
||||
}
|
||||
|
||||
export const validate = (config: Record<string, unknown>) => {
|
||||
|
||||
Reference in New Issue
Block a user