Skip to content

Commit 2a7b9c3

Browse files
chore: update article metadata from dev.to [skip ci]
1 parent 544f55a commit 2a7b9c3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

articles/draft-ietf-oauth-transaction-tokens-deep-dive.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: "Transaction Tokens Deep Dive: The OAuth Spec That Carries 'Who, and Why' Across Your Microservices"
2+
title: 'Transaction Tokens Deep Dive: The OAuth Spec That Carries ''Who, and Why'' Across Your Microservices'
33
published: true
4-
description: "A close read of IETF draft-ietf-oauth-transaction-tokens-08. How Transaction Tokens (Txn-Tokens) safely propagate request context (user identity and authorization) inside a microservice trust domain, from the flow to the JWT structure to how the TTS works."
4+
description: 'A close read of IETF draft-ietf-oauth-transaction-tokens-08. How Transaction Tokens (Txn-Tokens) safely propagate request context (user identity and authorization) inside a microservice trust domain, from the flow to the JWT structure to how the TTS works.'
55
tags:
66
- oauth
77
- security
88
- microservices
99
- identity
10-
series: "OAuth"
11-
cover_image: "https://raw.githubusercontent.com/0-draft/dev.to/refs/heads/main/articles/assets/draft-ietf-oauth-transaction-tokens-deep-dive/cover.png"
10+
series: OAuth
11+
cover_image: 'https://raw.githubusercontent.com/0-draft/dev.to/refs/heads/main/articles/assets/draft-ietf-oauth-transaction-tokens-deep-dive/cover.png'
12+
id: 3812538
13+
date: '2026-06-03T16:17:13Z'
1214
---
1315

1416
# Introduction

0 commit comments

Comments
 (0)