-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resumed login failure #16
Comments
Thank you for raising the issue. Does the user have a username? Or do you identify them using only the mail instead? I will make sure to work on a fix if my assumption is correct. Sorry for the inconvenience! |
Hi @tprzytula - I've checked my user object and we definitely aren't using Thanks for your quick reply! |
Hi @damienrobson - I've just published a version 1.0.1 that contains the fix. Let me know if you would encounter any problems! Thanks 👍 |
Thanks, but still no joy - I'm not sure I'm using this correctly. My code is as follows:
Login works but if I close the tab and re-open it (having ticked remember me) I have to log in again and the error is still present in the server |
Hi @damienrobson, yes you are using it correctly. I've tried to replicate the problem but didn't succeed. Could you ensure if:
Any ideas how can I reproduce it? Maybe it conflicts with some other dependency? |
Thanks for checking - I've found the issue. As you suggested, the version hadn't updated on the client, so it was stuck in the same loop. Thanks again, sorry to have wasted your time and resources 😄 |
I get the following when I try to resume a session (i.e. when returning to the site after passing
true
tologinWithPassword
). Initial login is fine and behaves as normal, but on returning to the site, I need to log in again. Any ideas?The text was updated successfully, but these errors were encountered: