Session-based authentication
The BrikSync web application authenticates users through browser sessions managed by the platform. This applies to:- The BrikSync dashboard and all browser-based workflows
- OAuth and email verification callbacks
Programmatic API access (Business plan)
Programmatic API access — including API key generation and management — is a Business plan entitlement. Organisations on the Business plan can view their API integration status from the API Access page in the sidebar.API key issuance and lifecycle management (generate, revoke, rotate) are not yet available. This
capability is on the roadmap. To be notified when it launches, contact us at
hello@errsol.com.
Authentication errors
If your session is missing or expired, requests to protected routes will redirect to the sign-in page. HTTP routes return a bare error object:Session-based auth best practices
- Sign in only on trusted devices. Sessions are tied to the browser that initiated them.
- Sign out when done on shared devices. Use the sign-out option in the user menu.
- Enable MFA on your account. Multi-factor authentication adds a second layer of protection. See the Security settings guide.
Next steps
Explore the available HTTP endpoints in the API Overview.Built by Errsol Technologies LLP