Adding JWT algorithm (i.e sha3 and blake2b) in JWT javascript libraries

Could anybody provide me a raw JWT lib in javascript code, so that I can add some algorithms such as sha3 and blake2b in it, for my research, please?
I’m using a NodeJS framework to implement my JWT algorithm research

1 Like

Hi @maradonathealexandri Welcome to Auth0 Community

I don’t have a JWT lib in JS code to provide you on my own but have you checked jwt.io libraries section to see if any of the JS libraries mentioned there could use your help to add support for those algorithms? Another suggestion (and I’m sure you probably already did this but) would be to just do a npm search for jwt and find a library there to add support jwt - npm search