Improve authorization and sign flow
utopian-io·@gregory.latinier·
0.000 HBDImprove authorization and sign flow
Hello Steem users and fellow developers, Today we added a feature requested by a developer. The possibility **to skip the mandatory 10 seconds wait** after an action on SteemConnect when a redirect uri was set and where a user was required to type one of his keys. The immediate and automatic redirection is now available when user authorize an app, revoke the postiing authority or sign an operation. *Keep in mind that if you redirect the user immediately after a signing operation he won't be able to see and click on the transaction ID that is the blockchain proof.* **So please, don't over use it.** ### The user will not see this screen anymore  For this to work simply add the following `auto_return=true` to the url where you want an immediate redirect and a `redirect_uri`. This will be most likely for the login flow. Here are a few examples: - https://steemconnect.com/authorize/@busy.app?auto_return=true&redirect_uri=https://busy.org - https://steemconnect.com/revoke/@busy.app?auto_return=true&redirect_uri=https://google.fr (Don't use this one :p) - https://steemconnect.com/sign/account-witness-vote?witness=busy.witness&approve=1&auto_return=true&redirect_uri=https://busy.org (definitely use this one :D) # If you have any questions or concerns feel free to discuss it with us on our [discord channel](https://discord.gg/G95rNZs) Don't forget to follow us @busy.org and use our platform [https://busy.org](https://busy.org) if you like our work! You can help us too by voting for our witness here: [@busy.witness](https://steemconnect.com/sign/account-witness-vote?witness=busy.witness&approve=1) Thanks for reading! Greg from the @busy.org team