HiveAuth authorization - Waiviogit/waivio GitHub Wiki

Users can log in using the HiveAuth service via Keychain. Upon clicking the Hiveauth button, the user needs to enter their name and click 'Sign in'. A modal with a QR code opens. The user then accesses the Keychain application on their phone and scans the code and confirms the authorization. image image image

Social sites sign modal

image image image

Additional information

  • [HiveAuth / validation] It would be good to check that the account exists to quickly detect a spelling error #6375
  • [HiveAuth / username] if the account name contains capital letters or additional spaces, then the QR code is not generated #6372
  • [HiveAuth / expired] change the message to "QR code has expired" #6373
  • [HiveAuth / message] change the text of the pop-up message #6380
  • [HiveAuth / text] change the text on the QR code page #6379
  • [HiveAuth / login] It makes sense not to show the message on top of the screen with the QR code, since the instructions are already there. And on a mobile phone it completely hides the text. #6381
  • [HiveAuth / list] It would be good to remember the list of accounts that were used for sign in. The last item you can add is "Clear history". #6377