Camelotia icon indicating copy to clipboard operation
Camelotia copied to clipboard

GitHub provider doesn't support two-factor authentication

Open maxkatz6 opened this issue 6 years ago • 1 comments

Github providers doesn't support two-factory authentication. Tested on 897fb96 master with Avalonia host.

image

maxkatz6 avatar Mar 02 '19 12:03 maxkatz6

A temporary solution is going to Settings > Developer settings > Personal access tokens > Generate new token and using that token instead of password. To fix that, we need to create a separate view model, TwoFactorAuthViewModel, and handle two-factor authentication there. Probably need to introduce some additional abstractions.

worldbeater avatar Mar 02 '19 13:03 worldbeater