Security¶
RankerBase is built with security at every layer. Here's how we protect your data, your accounts, and your content.
Your data is encrypted¶
All sensitive information — like API keys, passwords, and OAuth tokens — is encrypted before it's stored. Your data is protected both in transit (via HTTPS) and at rest.
Secure authentication¶
- Your password is securely hashed and never stored in plain text
- Login sessions use secure, tamper-proof tokens
- Failed login attempts are rate-limited to prevent brute-force attacks
- Role-based access control ensures users only see what they're authorized to access
Safe publishing¶
RankerBase includes multiple safeguards to prevent accidental content publication. WordPress posts are always created as drafts, and content must be approved before it can be pushed to any platform.
Learn more in Safe Publishing.
Privacy and browser security¶
- RankerBase sets modern browser security headers to protect against common web attacks
- Login and signup pages are excluded from search engine indexing
- Cookies are configured with strict security settings
Activity tracking¶
All important actions — logins, content approvals, publishing events, and account changes — are tracked in an audit trail, so you always have visibility into what's happening in your workspace.