feat(mcp): add OAuth 2.1 auth flow with Guard and Auth JWT validation#869
Merged
hamir-suspect merged 48 commits intomainfrom Apr 16, 2026
Merged
feat(mcp): add OAuth 2.1 auth flow with Guard and Auth JWT validation#869hamir-suspect merged 48 commits intomainfrom
hamir-suspect merged 48 commits intomainfrom
Conversation
155e0ba to
fd7ebb5
Compare
The previous fix skipped JSON parsing by adding "application/json" to the pass list, which told Plug.Parsers to NOT parse JSON content. This left body_params empty for DCR registration requests. Now we explicitly add :json to the parsers list and remove the skip, ensuring JSON requests are properly parsed before reaching the handlers.
4a1606b to
b13ccc7
Compare
DamjanBecirovic
approved these changes
Mar 15, 2026
DamjanBecirovic
previously approved these changes
Mar 16, 2026
dexyk
requested changes
Mar 17, 2026
dexyk
previously approved these changes
Mar 18, 2026
5e96ebf to
48c7b01
Compare
dexyk
previously approved these changes
Mar 19, 2026
…no-kc # Conflicts: # bootstrapper/Dockerfile
DamjanBecirovic
approved these changes
Apr 9, 2026
dexyk
approved these changes
Apr 14, 2026
skipi
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
✅ Checklist