phpsword / sword-bundle

Modern WordPress development with Symfony
https://getsword.com
MIT License
124 stars 4 forks source link

New 'wordpress_host' config for auth behind a reverse proxy #38

Closed williarin closed 6 months ago

williarin commented 6 months ago

Features

New config option wordpress_host that should look like https://public.com, used in WordPress 'logged in cookie' name as a hash. If not provided, it defaults to

Fixes

Removed a redirect on pure Symfony requests, which is only needed for WordPress requests to reauth user.