emqx / emqx-auth-jwt

EMQX JWT Authentication Plugin

Home Page:https://www.emqx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expired token

Francesko90 opened this issue · comments

Hi, Is it possibile validate token using a expired field?

Example:

{
  "alg": "RS256",
  "typ": "JWT"
}
{
  "exp": 1521030758,
  "id": 1,
  "iat": 1521027158
}

Many thanks

Thanks so much!!!