Skip to content

Commit edc356a

Browse files
authored
Editorial changes to the ASCII diagrams
See issue #128
1 parent 8b39624 commit edc356a

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

draft-ietf-oauth-transaction-tokens.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -182,33 +182,33 @@ Txn-Tokens help prevent spurious invocations by ensuring that a workload receivi
182182

183183
~~~ ascii-art
184184

185-
1 ┌──────────────┐ 2 ┌──────────────┐
186-
─────────▶├───────────▶
185+
1 +--------------+ 2 +--------------+
186+
--------->│---------->│
187187
│ External │ │ Txn-Token │
188188
7 │ Endpoint │ 3 │ Service │
189-
◀─────────┤ ◀───────────│ │
190-
└────┬───▲─────┘ └──────────────┘
191-
192-
4 │ 6
193-
┌────▼───┴─────┐
189+
<---------│ │<----------│ │
190+
+--------------+ +--------------+
191+
^
192+
4 v │ 6
193+
+--------------+
194194
│ │
195195
│ Internal │
196196
│ Microservice │
197197
│ │
198-
└────┬───▲─────┘
199-
200-
198+
+--------------+
199+
^
200+
v
201201
o
202202
5 o 6
203203
o
204-
205-
206-
┌────▼───┴─────┐
204+
^
205+
v
206+
+--------------+
207207
│ │
208208
│ Internal │
209209
│ Microservice │
210210
│ │
211-
└──────────────┘
211+
+--------------+
212212
~~~
213213
{: #fig-arch-basic title="Basic Transaction Tokens Architecture"}
214214

@@ -226,46 +226,46 @@ An intermediate service may decide to obtain a replacement Txn-Token from the Tx
226226

227227
~~~ ascii-art
228228

229-
1 ┌──────────────┐ 2 ┌──────────────┐
230-
─────────▶├───────────▶
229+
1 +--------------+ 2 +--------------+
230+
--------->│---------->│
231231
│ External │ │ │
232232
10 │ Endpoint │ 3 │ │
233-
◀─────────┤ ◀───────────│ │
234-
└────┬───▲─────┘ │ │
235-
│ │
236-
4 │ 9 │ │
237-
┌────▼───┴─────┐ │ │
233+
<---------│ │<----------│ │
234+
+--------------+ │ │
235+
^ │ │
236+
4 v │ 9 │ │
237+
+--------------+ │ │
238238
│ │ │ │
239239
│ Internal │ │ │
240240
│ Microservice │ │ │
241241
│ │ │ │
242-
└────┬───▲─────┘ │ Txn-Token │
243-
│ Service │
244-
│ │ │
242+
+--------------+ │ Txn-Token │
243+
^ │ Service │
244+
v │ │ │
245245
o │ │
246246
5 o 9 │ │
247-
│ o ▲ │ │
248-
│ │ │ │
247+
│ o ^ │ │
249248
│ │ │ │
250-
┌────▼───┴─────┐ 6 │ │
251-
│ ├───────────▶ │
249+
v │ │ │
250+
+--------------+ 6 │ │
251+
│ │---------->│ │
252252
│ Internal │ │ │
253253
│ Microservice │ 7 │ │
254-
◀───────────│ │
255-
└────┬───▲─────┘ │ │
256-
│ │
257-
└──────────────┘
254+
│<----------│ │
255+
+--------------+ │ │
256+
^ │ │
257+
v+--------------+
258258
o
259259
8 o 9
260260
o
261-
262-
263-
┌────▼───┴─────┐
261+
^
262+
v
263+
+--------------+
264264
│ │
265265
│ Internal │
266266
│ Microservice │
267267
│ │
268-
└──────────────┘
268+
+--------------+
269269
~~~
270270
{: #fig-arch-replacement title="Replacement Txn-Token Flow"}
271271

0 commit comments

Comments
 (0)