ozzi-/JWT4B

Add hex key support

Closed this issue · 2 comments

In some cases HMAC key for signing JWT is non-ascii hex string. So we have to support it with JWT4B.
For example U can add in KeyHelper class ( in cleankey or some else method) condition: if key begins from 0x... then key string is been interpreted as hex string.

I created pull request about it ...

ozzi- commented

😎👍
3d30b57