docs: add GNAP authentication guide for SDK developers#787
Open
REN-100 wants to merge 1 commit intointerledger:mainfrom
Open
docs: add GNAP authentication guide for SDK developers#787REN-100 wants to merge 1 commit intointerledger:mainfrom
REN-100 wants to merge 1 commit intointerledger:mainfrom
Conversation
Add a comprehensive guide explaining how GNAP (RFC 9635) authentication works in the context of Open Payments, including: - Comparison of GNAP vs OAuth 2.0 for SDK developers - Step-by-step authentication flow (key registration through API calls) - HTTP Message Signatures (RFC 9421) construction details - Covered components requirements for Open Payments - Common pitfalls and troubleshooting tips This guide is aimed at developers building client libraries or integrating directly with Open Payments APIs, providing the practical information needed to implement GNAP authentication correctly.
❌ Deploy Preview for openpayments failed. Why did it fail? →
|
Contributor
|
Will discuss this with Eng during our meeting on the 11th |
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.
Summary
Adds a comprehensive GNAP (RFC 9635) authentication guide for developers building SDK clients or integrating directly with Open Payments APIs.
What's Included
Motivation
Developers integrating with Open Payments frequently struggle with the GNAP authentication flow because existing documentation focuses on the protocol specification rather than practical SDK implementation. This guide bridges that gap with concrete examples and step-by-step instructions.
This is part of ongoing work on the ShujaaPay GNAP Stack, which aims to bring automated SDK generation to Open Payments through GNAP support in OpenAPI and Kiota authentication providers.
Related