Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nicu_m

    (@nicu_m)

    Hello,

    You get this error message because you did not change the JWT from the URL.
    /?rest_route=/simple-jwt-login/v1/autologin&jwt=JWT. You have to replace JWT with a valid JWT.

    ?For example:
    /?rest_route=/simple-jwt-login/v1/autologin&jwt=HERE_SHOULD_BE_ADDDED_A_VALID_JWT.

    JWT consists of three parts(Header, Payload, Signature) separated by dots.

    You can check your JWT here: https://jwt.io/
    ?
    Also, please don’t forget to rate this plugin.

    Best regards.

    Thread Starter Trippetchz

    (@trippetchz)

    Thank you for your fast reply!

    • This reply was modified 4 years, 10 months ago by Trippetchz.
    • This reply was modified 4 years, 10 months ago by Trippetchz.
    • This reply was modified 4 years, 10 months ago by Trippetchz.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrong number of segments’ is closed to new replies.