What is the use of the checkbox at jwt.io Debugger?

Hi all,
This is a really basic question but I cannot find any explanation after searching around. There is a checkbox beside “secret base64 encoded” when I select HS256 algorithm. Can you explain its use?
Thanks.

Hey there!

Can you share with me a screenshot of where you have it? Thank you!

I believe this is it

2 Likes

Thanks! Let me research our docs a bit as I didn’t have that much experience with this part of our stack. I’ll get back to you as soon as I have something to share!

1 Like

Thanks in advance :smile:

Hey there!

Sorry for the delay in response.

It will encode the secret used by the HS algorithm as base64 before passing it to the signing algorithm instead of passing it as plain text

Many thanks Konrad for the response. I shall analyze it further,

1 Like

No worries! Here for you!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.