Commit f29c8e9
committed
feat(shared): Add oiat field to JwtHeader type
Session Minter needs an oiat (original_issued_at) field in the JWT
header to track when token claims were last assembled from the DB.
This enables monotonic freshness checks that prevent edge-minted
tokens with stale claims from overwriting fresher ones.
Marked @internal so developers don't depend on this field.1 parent 07164c8 commit f29c8e9
File tree
1 file changed
+2
-0
lines changed1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments