chore(spec/flows): editorial changes#663
Open
meyerweb wants to merge 6 commits into
Open
Conversation
Co-authored-by: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com>
✅ Deploy Preview for webmonetization-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
sidvishnoi
reviewed
May 13, 2026
|
|
||
| <aside class="example" title="Set as structured header"> | ||
| With |headerName|=`Content-Digest`, |key|=`sha-512`, |value|=`aByteSequence`: | ||
| With |headerName|=`Content-Digest`, |key|=`sha-512`, |value|=:`aByteSequence`: |
Collaborator
There was a problem hiding this comment.
This change feels little odd..
| <dt><dfn>Grants</dfn></dt> | ||
| <dd> | ||
| A delegation of authorization from a resource owner to a client, allowing the client to access protected resources or perform actions on the owner’s behalf. In Rafiki, this process is managed by the authorization server, which issues grants as access tokens. These grants permit clients to interact with Open Payments APIs to, for example, create payments and retrieve account information, based on the permissions granted by the resource owner. | ||
| As per GNAP, a delegation of authorization from a resource owner to a client, allowing the client to access protected resources or perform actions on the owner’s behalf. In Rafiki, this process is managed by the authorization server, which issues grants as access tokens. These grants permit clients to interact with Open Payments APIs to, for example, create payments and retrieve account information, based on the permissions granted by the resource owner. |
Collaborator
There was a problem hiding this comment.
Suggested change
| As per GNAP, a delegation of authorization from a resource owner to a client, allowing the client to access protected resources or perform actions on the owner’s behalf. In Rafiki, this process is managed by the authorization server, which issues grants as access tokens. These grants permit clients to interact with Open Payments APIs to, for example, create payments and retrieve account information, based on the permissions granted by the resource owner. | |
| As per [[GNAP]], a delegation of authorization from a resource owner to a client, allowing the client to access protected resources or perform actions on the owner’s behalf. In Rafiki, this process is managed by the authorization server, which issues grants as access tokens. These grants permit clients to interact with Open Payments APIs to, for example, create payments and retrieve account information, based on the permissions granted by the resource owner. |
Comment on lines
+590
to
+598
| <aside class="note" title="Divergence from the Payment Request API"> | ||
| <p> | ||
| This member’s definition is left as a generic string to maximize | ||
| flexibility; for example, if a new currency representation | ||
| standard emerges to supplement or replace ISO 4217. This also | ||
| permits Web Monetization implementors to support the numeric | ||
| ISO 4217 codes (as string equivalents) where needed. | ||
| </p> | ||
| </aside> |
Collaborator
There was a problem hiding this comment.
Let's avoid these changes until we finalize in #440.
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.
A variety of small typo, formatting, and wording fixes in the WM Flows specification.