Skip to content

Commit 9ca529a

Browse files
committed
up
1 parent 506b683 commit 9ca529a

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

docs/reviews/AUTHENTICATION_AUDIT_REPORT.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,32 @@
2323

2424
```
2525
┌─────────────────────────────────────────────────────────────────┐
26-
│ AUTHENTICATION LAYER
26+
│ AUTHENTICATION LAYER │
2727
├─────────────────────────────────────────────────────────────────┤
28-
29-
│ ┌────────────────────────┐ ┌───────────────────────────┐ │
30-
│ │ NextAuth.js v4.24 │ │ Custom Auth System │ │
31-
│ │ (JWT Strategy) │ │ (Session Storage) │ │
32-
│ └────────────────────────┘ └───────────────────────────┘ │
33-
│ │ │
34-
│ │ │
35-
│ ┌────────▼────────┐ ┌─────────▼──────────
36-
│ │ NextAuth Routes │ │ Custom Auth Routes │ │
37-
│ │ │ │ │ │
38-
│ │ [..nextauth] │ │ /api/auth/login │ │
39-
│ │ │ │ /api/auth/register │ │
40-
│ │ │ │ /api/auth/logout │ │
41-
│ │ │ │ /api/auth/custom- │ │
42-
│ │ │ │ session │ │
43-
│ └─────────────────┘ └─────────────────────┘ │
44-
│ │ │
45-
│ └──────────────┬───────────────┘
46-
│ │
28+
│ │
29+
│ ┌────────────────────────┐ ┌───────────────────────────┐
30+
│ │ NextAuth.js v4.24 │ │ Custom Auth System │
31+
│ │ (JWT Strategy) │ │ (Session Storage) │
32+
│ └────────────────────────┘ └───────────────────────────┘
33+
│ │ │ │
34+
│ │ │ │
35+
│ ┌────────▼────────┐ ┌─────────▼───────────┐
36+
│ │ NextAuth Routes │ │ Custom Auth Routes │
37+
│ │ │ │ │
38+
│ │ [..nextauth] │ │ /api/auth/login │
39+
│ │ │ │ /api/auth/register │
40+
│ │ │ │ /api/auth/logout │
41+
│ │ │ │ /api/auth/custom- │
42+
│ │ │ │ session │
43+
│ └─────────────────┘ └─────────────────────┘
44+
│ │ │ │
45+
│ └──────────────┬───────────────┘ │
46+
│ │ │
4747
│ ┌─────▼─────┐ │
48-
│ │ proxy.ts │ │
49-
│ │ (withAuth) │ │
50-
│ └───────────┘
51-
48+
│ │ proxy.ts │ │
49+
│ │ (withAuth)│ │
50+
│ └───────────┘ │
51+
│ │
5252
└─────────────────────────────────────────────────────────────────┘
5353
```
5454

0 commit comments

Comments
 (0)