mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
🍎 docs: updated dotenv.mdx for apple auth (#218)
This commit is contained in:
@@ -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)**
|
||||
|
||||
Reference in New Issue
Block a user