nats-io/nats-account-server

Algorithm Problem Activations

byazrail opened this issue · 0 comments

Hi guys,

JWT Custom folder use.
/jwt/v1/activations POST Use algorithm HS256.
Error ; [ERR] bad activation JWT in request - unexpected "HS256" algorithm
change type; ed25519
after this problem;
bad activation JWT in request - claim failed signature verification.

Have you ever faced this problem?
I am trying to create tokens via JWT with PHP.