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

Add support for JSON Web Signature (JWS) #142

Closed
mark-adams opened this issue Apr 19, 2015 · 3 comments
Closed

Add support for JSON Web Signature (JWS) #142

mark-adams opened this issue Apr 19, 2015 · 3 comments
Milestone

Comments

@mark-adams
Copy link
Contributor

http://datatracker.ietf.org/doc/draft-ietf-jose-json-web-signature/

@mark-adams mark-adams added this to the v2.0.0 milestone Apr 19, 2015
@mark-adams
Copy link
Contributor Author

Made some progress with this on #141 . Mostly just splitting out the JWS-logic from the JWT-logic.

@ashb
Copy link

ashb commented Nov 22, 2016

Has there been anymore progress on this?

I might attempt this in December (I make no promises, but I need a JWS solution for a Django project I'm working on) and I was wondering if there's been any thought to structure/arch/layout? Any estimates as to how much work it would be?

If this is going to be releases as v2 do we need to worry about keeping backcompat? Or just keep it where sensible but it makes things more complex then we can break it?

(My other side is go and I'll be using https://godoc.org/gopkg.in/square/go-jose.v2 which if in doubt is the sort of API I will model on)

@mark-adams
Copy link
Contributor Author

@ashb I actually believe that I implemented JWS some time ago in the PyJWS class but didn't actually close out this issue! If I missed something please let me know and reopen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants