🍎 docs: updated dotenv.mdx for apple auth (#218)

This commit is contained in:
Ruben Talstra
2025-02-07 03:35:27 +01:00
committed by GitHub
parent bdd895bb49
commit 8d64548bf7

View File

@@ -762,6 +762,21 @@ Use this replit to generate some quickly: **[JWT Keys](/toolkit/creds_generator)
### Social Logins
For more details: [OAuth2-OIDC](/docs/configuration/authentication/OAuth2-OIDC)
#### [Apple Authentication](/docs/configuration/authentication/OAuth2-OIDC/apple)
For more information: **[Apple Authentication](/docs/configuration/authentication/OAuth2-OIDC/apple)**
<OptionTable
options={[
['APPLE_CLIENT_ID', 'string', 'Your Apple Services ID (e.g., com.yourdomain.librechat.services).', 'APPLE_CLIENT_ID=com.yourdomain.librechat.services'],
['APPLE_TEAM_ID', 'string', 'Your Apple Developer Team ID.', 'APPLE_TEAM_ID=YOUR_TEAM_ID'],
['APPLE_KEY_ID', 'string', 'Your Apple Key ID from the downloaded key.', 'APPLE_KEY_ID=YOUR_KEY_ID'],
['APPLE_PRIVATE_KEY_PATH', 'string', 'Absolute path to your downloaded .p8 file.', 'APPLE_PRIVATE_KEY_PATH=/path/to/AuthKey.p8'],
['APPLE_CALLBACK_URL', 'string', 'The callback URL for Apple authentication.', 'APPLE_CALLBACK_URL=/oauth/apple/callback'],
]}
/>
#### [Discord Authentication](/docs/configuration/authentication/OAuth2-OIDC/discord)
For more information: **[Discord](/docs/configuration/authentication/OAuth2-OIDC/discord)**