adewes / gitboard

An intuitve Kanban board for your Github issues, built with React.js. https://adewes.github.io/gitboard
GNU Affero General Public License v3.0
186 stars 21 forks source link

Authentication via Access Token #4

Closed adewes closed 8 years ago

adewes commented 9 years ago

Some users might be uncomfortable entering their Github login credentials into the form on the app page (although this information gets only transmitted to Github).

We should give the user an alternative way of authenticating by allowing him to manually create an access token on Github and paste it into a form field. Like this, we bypass the normal authentication using login/password/otp.