yeatmanlab / AFQ-Browser

Browser-based visualization tools for AFQ results
BSD 3-Clause "New" or "Revised" License
33 stars 15 forks source link

Add support for GitHub personal access tokens for those who use 2FA #227

Closed richford closed 6 years ago

richford commented 6 years ago

This PR adds support for personal access tokens in afqbrowser-publish for users who have 2FA enabled. It also updates the documentation to tell them how to use it. For users without 2FA, the experience should be unchanged.

@arokem or @akeshavan, since neither of you care about security have 2FA enabled, could you test this to make sure I didn't break it for the default non-2FA case?

arokem commented 6 years ago

Yes - this works fine. There are a couple of PEP8 things to fix (https://travis-ci.org/yeatmanlab/AFQ-Browser/jobs/317370240#L890), but otherwise, this is good to go.

richford commented 6 years ago

Thanks. Just fixed the PEP8 stuff.