-
Notifications
You must be signed in to change notification settings - Fork 39
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
Update to version 04 of Signing HTTP Messages #51
Comments
I have implemented RFC8941 on which the new Signing HTTP Messages depends, and then implemented Signing HTTP Messages on top of that. Since Scala compiles to Java this could be taken out into its own project and just like Akka one could develop an API that allows Java developers to work nicely with it too. One could then also compile to JS and do the same there. |
By the way there is now a version 06 which is out :). Do you plan to migrate to that one to? |
Ah, thanks for letting me know. I am just rewriting some libraries for Scala(-JS) 3 and then I can build a client version to go with the server one. So I want to do that this month, which will also get me to update the libraries. Contact me directly if you have a special need. |
I extracted the httpSig code I wrote earlier this year, to a new repository /bblfish/httpSig which already has 2 packages but I think it will contain a handful more so as to make the pieces re-useable. |
I now have the tests working for Signing Http Messages 07 having implemented most of it. My EU finding is coming to an end, so if anyone has real needs for other implementations this is the best time to contact me. |
Hello. |
A new version of the spec came out last week Signing HTTP Messages v.02. It comes with a Diff from the previous version.
Btw. Since Authentication is not part of the IETF work, I have been working on how to integrate it back in to the Solid Project. Here is a very early spec which I worked from memory of a previous implementation. I was thinking of using your library to test out these ideas. Also: Is there a forum where people are discussing authentication with HTTP Sig?
The text was updated successfully, but these errors were encountered: