feat: Oauth with PKCE (#4648)

* authorizeApp and exchangeAuthcode methods

* module rename

* import fix

* lint fix

* fix import
This commit is contained in:
Aditya Pimpalkar
2024-03-27 20:18:07 +00:00
committed by GitHub
parent f00b9f229a
commit 0391bf65f2
9 changed files with 174 additions and 0 deletions

View File

@ -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>) => {