You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI-6000: Expose Refresh Token in Authenticated REST API requests
---
This exposes `X-JWT-Refresh` in the repsonse headers of REST API requests that were authenticated with a WPGraphQL issued JWT Auth Token.
You can see this in action in the below GIF where I:
- Login via GraphQL to get an authToken
- Use the authToken as my Authorizaton token in a WP REST API request
- See a `X-JWT-Refresh` token in the REST API response headers

0 commit comments