You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
The signed http request sent in the PoP sample does not have a 'b' (body) claim, so this claim isn't checked during the validation process.
Expected/desired behavior
We need to make sure that the body extracted by the handler can be properly validated.
Mention any other details that might be useful
We also want to make sure we are using an appropriately sized buffer when reading in the body of the request inside the handler.
NOTE: Validation of the 'b' claim is optional and should not be added to the sample, but we should confirm that it works.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Expected/desired behavior
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: