ledgerconnect/steemconnect

2 problems of custom_json with active key

Closed this issue · 1 comments

Expected behavior

custom_json operations should support active key

Actual behavior

  1. The prompt says posting key also works, which is not true.

  1. Even active key doesn't work with both SC2 & SC3

SC2

SC3

Based on the error message it seems SC is trying to cast querystring to array and it's not working.

Steps to reproduce the behavior

Both SC2 & SC3 don't work

https://app.steemconnect.com/sign/custom-json?required_auths=%5B%22blockchainstudio%22%5D&id=test&json=%7B%22k1%22%3A%20%22v1%22%2C%20%22k2%22%3A%202%7D

SC2

https://beta.steemconnect.com/sign/custom-json?required_auths=%5B%22blockchainstudio%22%5D&id=test&json=%7B%22k1%22%3A%20%22v1%22%2C%20%22k2%22%3A%202%7D

SC3

custom_json with posting key works well.

You need to add the parameter "&authority=active" on the signing url to force user to sign it with his active key.