Skip to content

Commit b49f414

Browse files
committed
fix typo
and reorder architecture bullet list to match document
1 parent f767291 commit b49f414

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-oauth-browser-based-apps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ Here are the main architectural patterns available when building browser-based
224224
applications.
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

234234
These 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

0 commit comments

Comments
 (0)