Hello guys, steemlinked is a fork of busy.org created by @aneilpatel.
Steemlinked is a Blockchain-based professional network where anyone can earn rewards
Being in early stages, steemlinked first stumbling block was the OAuth integration through steemconnect. You can have a look at the details of the issue here https://utopian.io/utopian-io/@aneilpatel/fix-login-with-steemconnect-issue.
In order to fix it we had to register steemlinked app to the steemconnect platform from here.
This guide explains very well the process while showing also the difference between the two versions of steemconnect.
Finally, after app name and URI(s) parameters configuration, in our case "steemlinked.app" and "Https://steemlinked.herokuapp.com/callback/" (case sensitive), we had to configure the environment variables in both Heroku and the project.
Heroku:
Project:
reference to PR
And that's it!
I hope you found it helpful.
If you're working on a fork of Busy.org and you're having trouble configuring steemconnect with your app feel free to contact me on discord (Marvash1#3800).
Special thanks to @aneilpatel for getting me involved with the development of the platform.
Task Request
Github PR
Steemconnect guide by @noisy