File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -224,12 +224,12 @@ Here are the main architectural patterns available when building browser-based
224224applications.
225225
226226* single-domain, not using OAuth
227- * a JavaScript application obtaining access tokens
228- * via JavaScript code executed in the DOM
229- * through a service worker
230227* a JavaScript application with a stateful backend component
231228 * storing tokens and proxying all requests (BFF Proxy)
232229 * obtaining tokens and passing them to the frontend (Token Mediating Backend)
230+ * a JavaScript application obtaining access tokens
231+ * via JavaScript code executed in the DOM
232+ * through a service worker
233233
234234These architectures have different use cases and considerations.
235235
@@ -856,7 +856,7 @@ Document History
856856-11
857857
858858* Added a new architecture pattern: Token Mediating Backend
859- * Revised and added clarifications for teh Service Worker pattern
859+ * Revised and added clarifications for the Service Worker pattern
860860* Editorial improvements in descriptions of the different architectures
861861* Rephrased headers
862862
You can’t perform that action at this time.
0 commit comments