jackrobertscott / authpack-client-190806

🔒 Authpack is a complete user login and payment system for your web projects.
https://authpack.io
26 stars 5 forks source link

Hi, I got this error when I tried to click "Login" button #19

Open vinhvudev opened 4 years ago

vinhvudev commented 4 years ago

<button data-authpack="open" data-listening="true"> Login </button>

A cookie associated with a cross-site resource at http://authpack.io/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

Is it possible to always show the login window without explicitly click on the button? Is there anyway to add a callback when the authentication was successful?