mirror of
https://github.com/lingble/twenty.git
synced 2025-10-28 19:32:28 +00:00
Fixed_Auth_Documentation (#8526)
Fixes #8525 Fixed a small documentation API change: AUTH_GOOGLE_APIS_CALLBACK_URL changed to AUTH_MICROSOFT_APIS_CALLBACK_URL
This commit is contained in:
@@ -75,7 +75,7 @@ yarn command:prod cron:calendar:calendar-event-list-fetch
|
||||
['AUTH_MICROSOFT_TENANT_ID', '', 'Microsoft tenant ID'],
|
||||
['AUTH_MICROSOFT_CLIENT_SECRET', '', 'Microsoft client secret'],
|
||||
['AUTH_MICROSOFT_CALLBACK_URL', 'http://[YourDomain]/auth/microsoft/redirect', 'Microsoft auth callback'],
|
||||
['AUTH_GOOGLE_APIS_CALLBACK_URL', 'http://[YourDomain]/auth/microsoft-apis/get-access-token', 'Microsoft APIs auth callback'],
|
||||
['AUTH_MICROSOFT_APIS_CALLBACK_URL', 'http://[YourDomain]/auth/microsoft-apis/get-access-token', 'Microsoft APIs auth callback'],
|
||||
['FRONT_AUTH_CALLBACK_URL', 'http://localhost:3001/verify ', 'Callback used for Login page'],
|
||||
['IS_SIGN_UP_DISABLED', 'false', 'Disable sign-up'],
|
||||
['PASSWORD_RESET_TOKEN_EXPIRES_IN', '5m', 'Password reset token expiration time'],
|
||||
|
||||
Reference in New Issue
Block a user