status-im / open-bounty

Enable communities to distribute funds to push their cause forward.
https://openbounty.status.im/
GNU Affero General Public License v3.0
118 stars 36 forks source link

Quick dev login bypassing OAuth #390

Closed vitvly closed 6 years ago

vitvly commented 6 years ago

Sometimes it is desirable to fix/develop a feature that does not require any of GitHub integration. Keeping ngrok open in order to login into OpenBounty app can slowdown the network connection needlessly in those cases.

This PR adds support for :dev-login key in configuration that should be set to your GitHub user name for this feature to work. Clicking on LOG IN will then bypass OAuth and redirect to your server-address which should be set to localhost.

martinklepsch commented 6 years ago

Great stuff, just tested and works perfectly. 👏

@rcullito & @msuess — check this out it's awesome. No more ngrok 😛

rcullito commented 6 years ago

awesome!

msuess commented 6 years ago

great job @siphiuel!

vitvly commented 6 years ago

Thanks folks, glad you like it:)