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
57 stars 17 forks source link

Fantastic, has bug (from WP.org) #176

Open joelabreo227 opened 1 month ago

joelabreo227 commented 1 month ago

Original report: https://wordpress.org/support/topic/fantastic-has-bug/#new-post

Existing PR (potentially stale): https://github.com/rtCamp/login-with-google/pull/144

### Tasks
- [ ] On successful login, redirect the user to home_url()
- [ ] User registration flow https://github.com/rtCamp/login-with-google/issues/176#issuecomment-2128846812
- [x] Remember me research: Find out how much WP Core defaults to
joelabreo227 commented 1 month ago

Changelog:

SH4LIN commented 1 month ago

Remember me research: Find out how much WP Core defaults to.

WordPress core will set cookies for 14 days + 1 day when the remember me checkbox is checked.

image

1 day extra is the login grace period.

CC: @joelabreo227