You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ npm run validate:openapi
159
159
160
160
## Auth Flows
161
161
- Local login (session for docs):
162
-
- GET `/login` → render form
162
+
- GET `/docs` → redirect to `/login`
163
163
- POST `/login` → create session, then access `/docs`
164
164
- JWT login:
165
165
- POST `/auth/login` with `{ "username": "admin", "password": "..." }`
@@ -171,7 +171,7 @@ npm run validate:openapi
171
171
- See [Connecting n8n](#connecting-n8n) for setup details.
172
172
173
173
## Connecting n8n
174
-
n8n can integrate with the API via OAuth2 for secure token-based workflows. Use either built-in session/JWT auth or the OAuth2 flow.
174
+
n8n can integrate with the API via OAuth2 for secure token-based workflows. Use either built-in session/JWT auth or the OAuth2 flow. If using in production behind a reverse-proxy like traefik, ensure to replace the `localhost` and other docker hostnames with the correct domains.
175
175
176
176
### Option 1: Basic Auth or Bearer Token (Quick Start)
177
177
For development, you can use manual session login or JWT bearer tokens:
0 commit comments