-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement Rfc8941 #13
Comments
This was implemented and tested in two days and committed in fe12b81. cats-parse was a delight to use. I was able to write the whole parser in one go, from reading the spec, and the tests then just showed up some minor problems in the code. |
Canonical serialization of RFC8941 headers was pretty much finished by commit ab71456 . This is very important for HTTP Signatures. Things remaining to be done could be: |
Using native types like Long and hiding them with To get going and to avoid bringing in another library that soon, I built specific |
The code for this has not been moved to the httpSig repository and generalised to compile to JS libs too. |
RFC 8941 Structured Field Values for HTTP is a requirement of Signing Http Messages which is a requirement for HTTP Sig Authentication.
For the context on what RFC8941 brings see the very helpful blog post.
The text was updated successfully, but these errors were encountered: