sqrldev / wordpress-sqrl-login

SQRL Login WordPress plugin
MIT License
21 stars 7 forks source link

Improve README: Explain the screenshots #41

Closed sesam closed 4 years ago

sesam commented 5 years ago

The README.md has some screenshots that could be explained more. I could make a PR on this, but would need some help understanding the text "Will look for QR login in 3" (or 2 or 1). Maybe that is just example texts used to distinguish the screenshots? And what about the Play / Windows phone links, is that links to download the "SQRL Login" mobile app perhaps?

kalaspuffar commented 5 years ago

Hi @sesam

The text "Will look for QR login in 3....2...1" is a countdown until we talk to the system and see if there is an update on the login status. You could implement this in multiple ways, and if you had more control than a WordPress-plugin, you might opt to do this with WebSockets.

But when a mobile client logs you in, it changes the status on the server to logged in. The webpage does not get notified about this change, but periodically it will poll the server for an update to log you in. I though it would be a good thing for the user to see the count down, so they don't wonder why the site hasn't logged them in yet.

The buttons for Play and Windows are there to give you links to Google Play for download and also a link to the reference Windows client from Steve.

Best regards Daniel