token_expires field missing from jwt
-
Currently running AAM 6.8.5 as updating beyond this version breaks functionality we need. We use AAM to facilitate logins on an iOS app, but beyond AAM 6.8.5 we're unable to sign in. When I POST https://highfitness.com/wp-json/aam/v2/authenticate I get a response like: { "user": { "data": { "ID": 4629, "user_login": "username", "user_nicename": "username", "display_name": "User Name", "user_url": "https://username.com/", "user_email": "[email protected]", "user_registered": "2020-09-18 02:17:00" } }, "redirect": null, "jwt": { "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NzcxMzU3ODEsImlzcyI6Imh0dHBzOi8vaGlnaGZpdG5lc3MuY29tIiwiZXhwIjoxNjc3MjIyMTgxLCJqdGkiOiJhZWZkNDQ1MS02ZTgwLTQ5MGMtOWRkZC01ZWJlZTljYjE0ZDQiLCJ1c2VySWQiOjQ2MjksInJldm9jYWJsZSI6dHJ1ZSwicmVmcmVzaGFibGUiOm51bGx9._zZG2Y-YtuGwMyMDeLqfuSR-FsLqzBuwOadb2RY5i1E" } } It is missing thetoken_expiresfield injwt. The app requires this to be present, so when it isn't it fails to parse the response.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘token_expires field missing from jwt’ is closed to new replies.