Skip to content
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

Http Sig implementation in Scala #10

Closed
bblfish opened this issue Nov 8, 2022 · 1 comment
Closed

Http Sig implementation in Scala #10

bblfish opened this issue Nov 8, 2022 · 1 comment

Comments

@bblfish
Copy link

bblfish commented Nov 8, 2022

At IETF meeting in London you mentioned you are collecting implementations of "Signing Http Messages".

Here is the one I have been working on.

https://github.com/bblfish/httpsig

The current published version of the library implements version 0.7 of the spec

I am just updating to version 13 of the spec in
HTTP Sig PR 12

It compiles to Java Byte codes and is ready to be used for Akka and Http4s libraries (in Java and JS). I would be interested in extending it to work on nodeJs or java servers.

It is being used on the Reactive-Solid server and on the client in SolicCtrlApp. Note that neither of these is used in production and are currently more test beds for new ideas.

@jricher
Copy link
Contributor

jricher commented Mar 22, 2024

Included in #13

@jricher jricher closed this as completed Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants