Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62577, comment 8


Ignore:
Timestamp:
12/11/2024 12:58:04 AM (5 months ago)
Author:
antonvlasenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62577, comment 8

    initial v1  
    2020
    2121@DoingSomeWordpress
    22 From what I understand while working on this ticket, you need to enable auto-login and specify the JWT parameter key (such as `email`) in the plugin's settings in order to use the `/me` endpoint.
     22From what I understand while working on this ticket (this is my personal observation and should not be considered technical support), you need to enable auto-login and specify the JWT parameter key (such as `email`) in the plugin's settings in order to use the `/me` endpoint.
    2323This is because your JWT token must contain user information, and existing tokens need to be refreshed if they don’t include that information.
    2424