IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Introduce `Jwt` type #160

Closed clintfred closed 4 years ago

clintfred commented 4 years ago

As an ironoxide user I want to know if the JWT I have conforms to the ironoxide web-service's spec so that I can catch errors in the structure and validity of my JWT before sending it to the server.

AC: