Leo (중광) Przybylski

Results 13 comments of Leo (중광) Przybylski

``` {"cause":{},"isOperational":true} ``` That's all I get.

I had the same problem, but I can't bring myself to try it. It looks like it adds the `secret` to the `json_metadata` which is publicly available. @bgornicki did you...

@bonustrack Ok, I see. The hash obfuscates the secret which makes it fine to put into `json_metadata`. This kinda turns my assumption on its head. I was thinking the secret...

@bgornicki you repeated exactly what I said. I understand what the steps are. That's not what I'm asking or misunderstand here. I don't see *how* this is securing things if...

I tried the above and I am getting `401 Unauthorized`, so I guess I must have been wrong. You don't pass `secret` as `client_secret`. I'm not sure what to use...

Ok. I used my account instead of my app account :facepalm: My app account was created through steemconnect v2. I don't have any of the keys because steemconnect holds the...

@bgornicki Oh, I missed that earlier. Somehow, that didn't register to me at the time as valuable information. Thanks. For those that wonder which part was useful from @bonustrack :...

Something like this https://swagger.io/specification/ maybe that we can 1. Generate documentation from code 1. Verify/test code against specification 1. Provide reference to generate clients from api (by version)