ledgerconnect / steemconnect

Signer app for Steem
https://steemconnect.com
MIT License
159 stars 88 forks source link

[Feature] Add account selection interrupt for signed in users #214

Closed pauliusuza closed 6 years ago

pauliusuza commented 6 years ago

Feature Request: Add an account selection interrupt within the authorization flow for signed in users

Use case: A web app allows its users to authorize multiple steem accounts

Current behavior: When user is redirected to https://steemconnect.com/oauth2/authorize..., if he/she is already logged the authentication flow silently proceeds and redirects back to the url specified in the redirect_uri parameter.

Expected behavior: When user is redirected to https://steemconnect.com/oauth2/authorize..., if he/she is already logged into steemconnect, an interrupt would be displayed:

interrupt

Clicking on switch account would immediately prompt the user to sign in

pauliusuza commented 6 years ago

WIP https://github.com/steemit/steemconnect/pull/217

pauliusuza commented 6 years ago

Solved by #217