Tmeister / wp-api-jwt-auth

A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
GNU General Public License v2.0
553 stars 159 forks source link

How to know token expire #131

Closed 631068264 closed 5 years ago

631068264 commented 5 years ago

I use Python to use WP REST API. I can get the token But I don't know how to set expire for it and when it will invalid.

The document mention sth like hook or filter to set I don't know how to use them in via POST .

So how to mange the token and will it have a UI settings?