Commit fe467d3
authored
feat: add authentication flow support to MCP servers (#119)
* feat: add authentication flow for mcp server
* chore: update readme
* chorel remove unused Claims struct
* chore: update rust-mcp-extra readme
* chore: fix doc
* chore: typo
* chore: audit ignore dev dependency1 parent 6f70e18 commit fe467d3
File tree
80 files changed
+6812
-443
lines changed- .github/workflows
- assets/examples
- crates
- rust-mcp-extra
- examples
- common
- src
- auth_provider
- id_generator
- token_verifier
- rust-mcp-macros/tests/common
- rust-mcp-sdk
- src
- auth
- auth_provider
- spec
- hyper_servers
- routes
- mcp_handlers
- mcp_http
- middleware
- mcp_runtimes
- client_runtime
- server_runtime
- mcp_traits
- tests
- common
- rust-mcp-transport/src
- utils
- examples/auth/server-oauth-remote
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+6812
-443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments