-
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 Signing HTTP Messages draft #14
Milestone
Comments
The first part of signing implementation is in commit 06793e9 |
bblfish
added a commit
that referenced
this issue
Apr 22, 2021
bblfish
added a commit
that referenced
this issue
Apr 22, 2021
bblfish
added a commit
that referenced
this issue
Apr 25, 2021
…ich could be due to error in spec...) #14
This was referenced Apr 25, 2021
A first, near complete version was finished in April. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The HttpSig Authentication Protocol which we are implementing, relies on the IETF Signing HTTP Messages.
A first implementation used an old version of it using a Java Library.
Now that I have implemented RFC8941: Structured Field Values for HTTP it will be possible to catch up with the latest versions as the Java libraries were holding us back.
The text was updated successfully, but these errors were encountered: