-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sections for the continuation API bundle to the HOWTO #574
Conversation
explorations/HOWTO-chrome.md
Outdated
}); | ||
``` | ||
* These key/value pairs will be sent as-is in the ID assertion request: | ||
`key=value&account_id=123&...` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`key=value&account_id=123&...` | |
`key=value&account_id=123&...` |
OTs are ok to be backwards incompatible, but if we could prefix these with param-
we could avoid a backwards incompatibility problem later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the suggested change looks identical to the existing text to me?
Let me keep this as-is to match what is implemented. When we change the code I'll update this howto.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I accepted most suggestions but see comment below.
explorations/HOWTO-chrome.md
Outdated
}); | ||
``` | ||
* These key/value pairs will be sent as-is in the ID assertion request: | ||
`key=value&account_id=123&...` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the suggested change looks identical to the existing text to me?
Let me keep this as-is to match what is implemented. When we change the code I'll update this howto.
SHA: 82db3af Reason: push, by samuelgoto Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
) SHA: 82db3af Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add sections for the continuation API bundle to the HOWTO * accept suggestions
* Add sections for the continuation API bundle to the HOWTO * accept suggestions
I am not adding the scopes API yet because of the discussions around what it should look like.