funkhaus / wp-graphql-cors

Makes WP GraphQL's authetication "just work". It does this by customizing the CORS headers.
GNU General Public License v3.0
112 stars 21 forks source link

"shutdown" action now called on GraphQL requests #27

Closed kidunot89 closed 3 years ago

kidunot89 commented 3 years ago

Captures cookies typically written at the end of the WordPress request by executing the shutdown hook before the GraphQL response is returned.