Algorithm Problem Activations
byazrail opened this issue · 0 comments
byazrail commented
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.