headless-wordpress-authentication-native-cookies icon indicating copy to clipboard operation
headless-wordpress-authentication-native-cookies copied to clipboard

Results 2 headless-wordpress-authentication-native-cookies issues
Sort by recently updated
recently updated
newest added

Login cookies not working, those are not setting from headers due to SameSite=None.

The password is successfully changed when setting the password but the message is never displayed: https://github.com/kellenmace/headless-wordpress-authentication-native-cookies/blob/1f288e7ac34bfc08928b15f83fcc14c4b68f223f/components/SetPasswordForm.tsx#L71 I think the issue is here which is always false: ``` const wasPasswordReset =...