Ah I see, thank you!
I don’t have any specific extra data, probably some custom usermeta.. but the current data it returns fits my needs ??
I’ve been playing around with your plugin, I have two more questions if you don’t mind ^^
– I’ve set the token to expire after one minute.. so I send a POST to /auth
with a valid email and password, it returns the token, then after like two or three minutes I go to /auth/validate&jwt=my_created_token
and it returns ‘status: success’! Shouldn’t it return something like ‘token expired’? Or did I misunderstand?
– If I turn on ‘Get JWT token from URL and Header’, the URL version stops working; only the header works (in other words, I have to send the token through the autorization header.. if I send the token through a URL GET parameter, I get ‘The jwt parameter is missing.’ error 53).. does the header overwrites the URL? Because if I disable the header and leave only the URL parameter on, it works fine. (plugin version 2.2.7)
Thank you once again!
Plugin rated! ??
-
This reply was modified 4 years, 7 months ago by matheuspq79. Reason: formatting