• Resolved jamiechong

    (@jamiechong)


    I’ve set both the JWT time to live and Refresh time to live to 1, but after a success auth I’m able to make API requests with the Bearer authorization header using a JWT that is more than 1 minute old.

Viewing 1 replies (of 1 total)
  • Plugin Author Nicu Micle

    (@nicu_m)

    Hello @jamiechong,

    Make sure that you JWT has the exp parameter in the payload.
    If exp parameter is not present in the payload, the JWT will never expire.

    Best regards,
    Nicu.

Viewing 1 replies (of 1 total)
  • The topic ‘JWT Doesn’t Expire’ is closed to new replies.