rtCamp / login-with-google

Minimal plugin which allows WordPress user to login with google.
https://wordpress.org/plugins/login-with-google/
GNU General Public License v2.0
63 stars 17 forks source link

Set cookie when login with google shortcode display to bypass page cache #96

Closed chandrapatel closed 2 years ago

chandrapatel commented 2 years ago

When user logged-in with Google and redirect to same page where shortcode displayed then still page served from page cache which causing issue. So, setting cookie with prefix for that page only will bypass page cache. prefix used by most of the platform like Cloudflare.

github-actions[bot] commented 2 years ago

Code coverage report: https://gh-reports.rt.gw/login-with-google/refs/pull/96/merge/

chandrapatel commented 2 years ago

@pdclark I'm merging this PR so that this change release in upcoming new version.