Hello there, nice tool It would be nice to be able to do this (requires reading from stdin): ``` pbpaste | jwt ``` That is possible e.g. with ``` pbpaste | base64 -d ``` Thanks
Hello there, nice tool
It would be nice to be able to do this (requires reading from stdin):
That is possible e.g. with
Thanks