aaroncox / chainbb

chainBB backend services and api
https://chainbb.com
MIT License
52 stars 36 forks source link

Use steemconnect for authentication and authorization #64

Open chhantyal opened 6 years ago

chhantyal commented 6 years ago

ChainBB uses posting key to authenticate users as shown in screenshot.

screen shot 2018-03-20 at 18 38 56

I think using SteemConnect is better idea:

Let me know what you think about it. Happy to help implement it :)

aaroncox commented 6 years ago

I'm not a fan of SteemConnect as it exists. I don't think users should have to copy/paste their active key into a website in order to login to something like chainBB. I also don't like that it requires granting an authority on the users account that exists until revoked.

While I agree the workflow could be made easier, I don't know that SteemConnect is the right solution.

Kwaskoff commented 5 years ago

I think you, @aaroncox can implement SteemConnect without decide what quality this solution and give for people to choose SteemConnect or Posting key =)