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:
@@ -478,8 +478,7 @@ PCM_RETURN_ADDRESS={...}
|
||||
# Social (native)
|
||||
META_APP_ID=...
|
||||
META_APP_SECRET=...
|
||||
LINKEDIN_CLIENT_ID=...
|
||||
LINKEDIN_CLIENT_SECRET=...
|
||||
# LinkedIn Client ID/Secret: Portal → Social accounts (DB), not env
|
||||
SOCIAL_TOKEN_ENCRYPTION_KEY=...
|
||||
|
||||
# Analytics (reuse Tianji)
|
||||
|
||||
Reference in New Issue
Block a user