Skip to content

Commit bfa1086

Browse files
authored
Merge pull request #91 from patvice/oauth-improvements
OAuth Improvements: Refactor, Full MCP OAuth Spec Compliances and OAuth generator improvements
2 parents 682d320 + e27cb9a commit bfa1086

File tree

87 files changed

+10405
-3215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+10405
-3215
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gemspec
66

77
group :development do
88
# Development dependencies
9+
gem "activesupport"
910
gem "bundler", ">= 2.0"
1011
gem "debug"
1112
gem "dotenv", ">= 3.0"

docs/guides/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ This section contains guides for using RubyLLM MCP.
1919
3. **[Rails Integration]({% link guides/rails-integration.md %})** - Use with Rails applications
2020
4. **[Transports]({% link guides/transports.md %})** - Build custom transport implementations
2121

22+
## Working with OAuth Servers?
23+
24+
- **[OAuth 2.1 Authentication]({% link guides/oauth.md %})** {: .label .label-green } 0.8+ - OAuth 2.1 support with PKCE and browser authentication
25+
- **[Rails OAuth Integration]({% link guides/rails-oauth.md %})** {: .label .label-green } 0.8+ - Multi-user OAuth for Rails applications
26+
2227
## Upgrading
2328

29+
- **[Upgrading from 0.8 to 0.9]({% link guides/upgrading-0.8-to-0.9.md %})** - Breaking changes and migration guide for version 0.9
2430
- **[Upgrading from 0.6 to 0.7]({% link guides/upgrading-0.6-to-0.7.md %})** - Migration guide for version 0.7

0 commit comments

Comments
 (0)