jwto icon indicating copy to clipboard operation
jwto copied to clipboard

JWTs for OCaml

Results 1 jwto issues
Sort by recently updated
recently updated
newest added

If you here use `Base64.encode_string` instead of `Base64.encode` I think you can drop the `_ result` type from `encode`. https://github.com/sporto/jwto/blob/05cb9cad0a73e50bd57f42cc766a49f3927f59c2/lib/jwto.ml#L148-L153