Skip to content

Commit b5d2cc7

Browse files
committed
fix: format error from merge
1 parent 49d496b commit b5d2cc7

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

THIRD_PARTY_LICENSES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ This script:
7777
---
7878

7979
**Last generated**: 2026-03-07
80-

docs/user-guide/core-concepts.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Algorithm selection comes from one of two configuration sources:
1919

2020
In practice: your deployment chooses the source (env or config object), and that source determines which algorithm is used.
2121

22-
2322
### HS512 (Symmetric)
2423

2524
**HMAC-SHA-512** with 64-byte shared secrets.
@@ -37,7 +36,6 @@ In practice: your deployment chooses the source (env or config object), and that
3736
- Fast signing and verification
3837
- Secret rotation requires coordinated rollout across producers and consumers
3938

40-
4139
**Environment detection:**
4240

4341
```bash
@@ -130,7 +128,6 @@ JWT_JWKS_CACHE_TTL_SECONDS=300 # Optional: default 5 minutes
130128

131129
The kit automatically detects which algorithm to use based on environment variables for HS512/EdDSA flows.
132130

133-
134131
**Detection logic:**
135132

136133
```

0 commit comments

Comments
 (0)