You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFC7515 section 7.1 specifies a compact (b64 encoded) serialization. I think this could probably be handled withJws::{from_compact, to_compact} functions
The text was updated successfully, but these errors were encountered:
RFC7515 section 7.1 specifies a compact (b64 encoded) serialization. I think this could probably be handled with
Jws::{from_compact, to_compact}
functionsThe text was updated successfully, but these errors were encountered: