For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Auth0
Protect routes with Auth0 as the identity provider, using either browser login or API token validation.
Auth0 setup
Configure Auth0, create a test user, and configure the kgateway Backend and TLS.
Authorization code flow
Protect browser traffic by redirecting users to Auth0 to log in, and store their tokens in session …
Access token validation
Validate tokens that API clients already hold by checking the token signature against Auth0’s …
Was this page helpful?