How to verify jwt token using public key in java

How to use Jwts.parser() with public ket to verify jwt token.

Hi @deepesh.agrawal919 -

You might want to expand on what you are building, what libraries you are using, etc. This Java library does support public/private key.

1 Like