Connect and manage social media accounts for each business. One platform can have multiple accounts.
🔒
Token encryption active — all stored tokens are encrypted at rest (AES-256-CBC).
Security: Tokens are stored in the local database and never shown in full after saving.
Only the first/last 4 characters are displayed. To replace a token, paste a new one in the edit form.
Recommended (future): encrypt tokens at rest using a server-side key.
Keep the database file and .env outside of any public web folder.