Title: Has /token json response changed?
Last modified: December 2, 2022

---

# Has /token json response changed?

 *  Resolved [dfaltermier](https://wordpress.org/support/users/dfaltermier/)
 * (@dfaltermier)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/has-token-json-response-changed/)
 * Hello support folks,
 * I noticed that since upgrading the JWT Authentication for WP-API plugin from 
   v1.2.6 to v1.3.2, the REACT frontend to our website is not getting the /wp-json/
   jwt-auth/v1/token json response content from our headless WP backend that it 
   needs to authenticate a login attempt.
 * The JWT Authentication for WP-API plugin, **version 1.2.6**, returns this **working/
   complete** json response:
 *     ```
       {
           "token": "eyJ0eXAiOiJ...",
           "user_clientID: false,
           "user_display_name: "cgadmin",
           "user_email": "myname@codegeek.net",
           "user_isAdmin: true,
           "user_nicename": "cgadmin",
           "user_roles: ["administrator"]
       }
       ```
   
 * The JWT Authentication for WP-API plugin, **version 1.3.2**, returns this **non-
   working/incomplete** json response:
 *     ```
       {
           "token": "eyJ0eXAiOiJ...",
           "user_email": "myname@codegeek.net",
           "user_nicename": "cgadmin",
           "user_display_name": "cgadmin"
       }
       ```
   
 * Has a change been made to the plugin that would remove these json values? Please
   advise on what I need to know in order to return these values again in the json
   response.
 * **WordPress Environment**
    WP: v6.1.1 PHP: v7.4
 * Thanks!
    -  This topic was modified 3 years, 5 months ago by [dfaltermier](https://wordpress.org/support/users/dfaltermier/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhas-token-json-response-changed%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [dfaltermier](https://wordpress.org/support/users/dfaltermier/)
 * (@dfaltermier)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/has-token-json-response-changed/#post-16262934)
 * It turns out that someone on my team had made code changes to the 1.2.6 version
   of the plugin that was installed on the site. …sigh. Of course, updating the 
   plugin overwrote that code. This problem has been identified and fixed. Nothing
   to do with this plugin at all. Disregard.

Viewing 1 replies (of 1 total)

The topic ‘Has /token json response changed?’ is closed to new replies.

 * ![](https://ps.w.org/jwt-authentication-for-wp-rest-api/assets/icon-256x256.jpg?
   rev=3372068)
 * [JWT Authentication for WP REST API](https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jwt-authentication-for-wp-rest-api/)
 * [Active Topics](https://wordpress.org/support/plugin/jwt-authentication-for-wp-rest-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jwt-authentication-for-wp-rest-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jwt-authentication-for-wp-rest-api/reviews/)

## Tags

 * [response](https://wordpress.org/support/topic-tag/response/)
 * [token](https://wordpress.org/support/topic-tag/token/)

 * 2 replies
 * 1 participant
 * Last reply from: [dfaltermier](https://wordpress.org/support/users/dfaltermier/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/has-token-json-response-changed/#post-16262934)
 * Status: resolved