You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A working example of [Plaid Core Exchange](https://plaid.com/core-exchange/docs/) with OpenID Connect and FDX Core Exchange API v6.3. We built this with TypeScript, Express, and battle-tested OAuth libraries so you can see how all the pieces fit together.
9
+
A working example of [Plaid Core Exchange](https://plaid.com/core-exchange/docs/) with OpenID Connect and FDX API v6.3. We built this with TypeScript, Express, and battle-tested OAuth libraries so you can see how all the pieces fit together.
8
10
9
11
## What's Inside
10
12
@@ -50,7 +52,7 @@ The OpenID Provider. This is where users log in and grant permissions. We're usi
50
52
51
53
### Resource Server (`apps/api`)
52
54
53
-
The protected API implementing FDX Core Exchange API v6.3. Every request gets validated—we check JWT access tokens using `jose` against the Auth server's JWKS endpoint and enforce scope-based authorization. Customer and account data live here, accessed via a repository pattern.
55
+
The protected API implementing FDX v6.3 using Plaid's Core Exchange. Every request gets validated—we check JWT access tokens using `jose` against the Auth server's JWKS endpoint and enforce scope-based authorization. Customer and account data live here, accessed via a repository pattern.
54
56
55
57
**Endpoints you get:** Customer info, account details, statements, transactions, contact info, payment and asset transfer network data
56
58
@@ -205,7 +207,7 @@ Once everything's running, here's the fun part:
205
207
206
208
### Resource Server (API)
207
209
208
-
All the FDX Core Exchange API v6.3 endpoints you need:
210
+
All the FDX v6.3 endpoints you need for Plaid Core Exchange:
0 commit comments