-
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 HttpSig #9
Comments
Initial implementation of HttpSig was pushed in commits 662c0d5 and f3ed53e using the Java http-signatures-java library that implements Version 00 of "Signing HTTP Messages". As a result I have stuck with I am still researching what ontology to use: see Ontology for the keyId document. This is needed to be able to interpret the |
The code for everything up to "Signing Http Messages" has been moved to the httpSig repository and generalised to compile to JS libs too. This has then been pulled back in here with PR 20. |
Implement the HttpSig authentication scheme.
The text was updated successfully, but these errors were encountered: