jonathan-dejong / simple-jwt-authentication

Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.
GNU General Public License v3.0
87 stars 25 forks source link

What parameters to send to reset password and revoke token? #30

Closed elieobeid7 closed 6 years ago

elieobeid7 commented 6 years ago

Do I send the headers only to revoke and the email to reset? the documentation is missing those details

jonathan-dejong commented 6 years ago

Hi! Yeah you should only need to send the headers with the token to revoke :) Sorry for lacking in documentation. It's not easy to find the time for everything I want to do and improve :D