Commit f2b4c27
Reorganize auth implementation to /src/auth/ for better organization (#130)
- Move real JWT implementation from src/c_api/mcp_c_auth_api.cc to src/auth/mcp_auth_implementation.cc
- Remove old stub files (auth_c_api.cc, http_client.cc, jwks_client.cc)
- Update CMakeLists.txt to reference the new auth implementation location
- Disable test files for removed stubs to fix linker errors
- Keep all JWT validation, JWKS fetching, RSA verification functionality intact1 parent 1e3a68d commit f2b4c27
File tree
7 files changed
+2413
-1143
lines changed- src
- auth
- c_api
- tests
7 files changed
+2413
-1143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | | - | |
352 | | - | |
| 350 | + | |
| 351 | + | |
353 | 352 | | |
354 | 353 | | |
355 | 354 | | |
| |||
0 commit comments