raku-community-modules / JSON-JWT

JSON Web Token (JWT) implementation for Raku
https://raku.land/zef:raku-community-modules/JSON::JWT
MIT License
2 stars 2 forks source link

relation to JWS? #1

Closed tbrowder closed 7 years ago

tbrowder commented 7 years ago

Can the resulting JWT object be signed and used as a JWS?

retupmoca commented 7 years ago

Yes, this module should be implementing a correct JWS. The tests are based on the jwt.io examples, so it's at least interoperable there.

It does not implement JWE at this time.