01
Authentication and authorisation
- 1.
- The Service runs behind a Cloudflare Access boundary. Unauthenticated requests reach neither the frontend nor the API — knowing the URL is not enough to use it.
- 2.
- The application implements its own WebAuthn passkey authentication, and the Worker verifies the JWT issued by Cloudflare Access on every request.
- 3.
- Connections to external services are authorised by you through OAuth 2.0 with PKCE. We never hold your passwords.