Changes between Initial Version and Version 1 of Ticket #62577, comment 8
- Timestamp:
- 12/11/2024 12:58:04 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62577, comment 8
initial v1 20 20 21 21 @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.22 From 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. 23 23 This is because your JWT token must contain user information, and existing tokens need to be refreshed if they don’t include that information. 24 24