A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
GNU General Public License v3.0
72
stars
11
forks
source link
fix: Don't overwrite existing `Access-Control-Expose-Headers` when adding `X-WPGraphQL-Login-Refresh-Token`. #37
Coverage: 61.685% (-0.07%) from 61.755% when pulling dd517cf8970a21ea4fc7960a1f62f44211dffa33 on justlevine:fix/keep-existing-expose-headers into 0095769e866f77388fb0e985f63f5a7869d11911 on AxeWP:develop.
What
This PR fixes a bug where adding the
X-WPGraphQL-Login-Refresh-Token
toAccess-Control-Expose-Headers
would overwrite existing values.Why
How
Testing Instructions
Additional Info
Checklist: