lestrrat-go / jwx

Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies
MIT License
1.92k stars 160 forks source link

any plan for paseto ? #801

Closed zzycn003 closed 2 years ago

zzycn003 commented 2 years ago

Thanks for the great library. Do you have any plan to support paseto ?

thanks

lestrrat commented 2 years ago

I don't know much about PASETO, but at a first glance it doesn't look like it's something that a JOSE standards library can just "support", as serialization formats seem pretty different

zzycn003 commented 2 years ago

I don't know much about PASETO, but at a first glance it doesn't look like it's something that a JOSE standards library can just "support", as serialization formats seem pretty different

thanks for your response.

quoted from paseto.io: Paseto is everything you love about JOSE (JWT, JWE, JWS) without any of the many design deficits that plague the JOSE standards.

lestrrat commented 2 years ago

Uh, yes, but have you actually read the specifications. They are different enough that if anything they would be a separate code base