brycx / pasetors

PASETOrs: PASETO tokens in pure Rust
MIT License
87 stars 9 forks source link

Add optional `serde` support for keys and PASERK IDs #71

Closed SanchithHegde closed 1 year ago

SanchithHegde commented 1 year ago

This PR introduces a serde feature which enables the serde support for keys to be de/serialized from/to PASERK strings, and PASERK IDs from/to strings. The corresponding unit tests have also been updated.

Closes #26.