My users access the app by scanning a QR code on their mobile. This opens the web app.
In my workflow, I’ve made it so “Stay logged in” is “Yes”.
Would there be any reason that people have to continue to log in every time they use the QR code? Since some people do this each day, it can become a nuisance.
Does the QR Code link to your login page or your post-login landing page? If that’s the latter, the issue could be that your users’ QR Code reader apps use in-app browsers that don’t support cookies.
I’m having the same issue but I I’m not sure it started in December '21
In my app - users sign up via facebook, gmail, or manually entering their email and password. I wonder if there’s a difference between the three methods in terms of whether a user has to login again or not.
@HBee - We also have “Stay logged in” = “Yes” as well
We are a consumer app that is trying to make our users “transactions” as quick as possible so by them having to login, it doubles or triples the amount of time they would normally need to spend in the app
Do you think that wrapping the web app into a native app using BDK native (and leveraging the biometrics login that the native app offers) would help? Has anyone tried this?
@HBee - Ok, well I will be doing this over the next month or two so I’ll try to remember to follow-up on this thread with the results, but please reach out / follow-up if I haven’t.