Add LinkedIn OAuth connect with portal-saved app credentials.
Replace manual token paste with Authorization Code flow; store Client ID/secret in the DB from the social accounts UI and surface a copyable callback URL for LinkedIn Auth setup.
This commit is contained in:
+3
-3
@@ -72,11 +72,11 @@ PCM_RETURN_ADDRESS='{"firstName":"Monica","lastName":"Dhillon","address":"replac
|
||||
# CLICK2MAIL_API_KEY=
|
||||
# POSTGRID_API_KEY=
|
||||
|
||||
# Social (native)
|
||||
# Social (native OAuth)
|
||||
# LinkedIn Client ID/Secret: Portal → Social accounts (not env).
|
||||
# LinkedIn Auth redirect (prod): https://YOUR_DOMAIN/portal/social/accounts/linkedin/callback/
|
||||
META_APP_ID=
|
||||
META_APP_SECRET=
|
||||
LINKEDIN_CLIENT_ID=
|
||||
LINKEDIN_CLIENT_SECRET=
|
||||
SOCIAL_TOKEN_ENCRYPTION_KEY=replace-with-fernet-key
|
||||
|
||||
# Ollama for social drafting (reachable from app hosts)
|
||||
|
||||
Reference in New Issue
Block a user