Skip Menu |

This queue is for tickets about the App-Nopaste CPAN distribution.

Report information
The Basics
Id: 108902
Status: rejected
Priority: 0/
Queue: App-Nopaste

People
Owner: ether [...] cpan.org
Requestors: haarg [...] haarg.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: App::Nopaste::Service::Gist->create_token doesn't cope well with 2 factor auth
If you have two factor auth enabled on your account, it isn't possible to create a token using ->create_token. You receive a message that a two factor code is required, and GitHub will text a number if configured that way, but there is no way to provide this code to create the token.
On 2015-11-13 10:29:31, haarg wrote: Show quoted text
> If you have two factor auth enabled on your account, it isn't possible > to create a token using ->create_token. You receive a message that a > two factor code is required, and GitHub will text a number if > configured that way, but there is no way to provide this code to > create the token.
Is this the same issue as https://rt.cpan.org/Ticket/Display.html?id=78906 ?
On Fri Nov 13 13:32:50 2015, ETHER wrote: Show quoted text
> On 2015-11-13 10:29:31, haarg wrote:
> > If you have two factor auth enabled on your account, it isn't possible > > to create a token using ->create_token. You receive a message that a > > two factor code is required, and GitHub will text a number if > > configured that way, but there is no way to provide this code to > > create the token.
> > > Is this the same issue as https://rt.cpan.org/Ticket/Display.html?id=78906 ?
No, that's about where the token should be stored or retrieved from after it has been generated.
I wish there was a good github API on cpan, and then we could just use that...