We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54f7e3 commit 1ff5f70Copy full SHA for 1ff5f70
docs/content/fundamentals/request-lifecycle.md
@@ -141,6 +141,16 @@ HTTP Request
141
142
<br>
143
144
+## 🔐 Flow Execution Boundary
145
+Authentication flows are only executed for endpoints explicitly marked with flow metadata.
146
+
147
+- Regular requests do not create an AuthFlowContext
148
+- AuthFlowContext is only created during flow execution
149
150
+👉 This ensures that authentication logic does not interfere with normal application behavior.
151
152
+<br>
153
154
## 🧠 Mental Model
155
👉 Middleware prepares the request
156
👉 Flows change the state
0 commit comments