JWT Verification Failing -


i new jwt tokens. able create , verify jwt in java (using jjwt) , online using following link http://kjur.github.io/jsjws/tool_jwt.html.

but when try create jwt using 1 source , try validate using another, fail. couldn't generate , validate jwt using 2 different sources. tried using http://jwt.io

can me understand might wrong? believe should possible create jwt using 1 library , validate using library considering using correct sign algo , secret key.

the key input @ http://kjur.github.io/jsjws/tool_jwt.html accepts hex-encoded values. default secret 616161 decodes aaa. verifying generated token @ http://jwt.io/ using aaa secret works.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -