GoogleAuthenticator icon indicating copy to clipboard operation
GoogleAuthenticator copied to clipboard

Security issue - missing packagist release

Open spaze opened this issue 8 years ago • 5 comments
trafficstars

Packagist phpgangsta/googleauthenticator is missing a 1.0.1 release.

After asking the author to add it, I got this reply:

I would like to, but someone else took the packagist namespace "phpgangsta". I will have to contact him, so he can add me as a maintainer or so.

This means the author doesn't control Packagist releases, someone else does, and this security lib probably should not be used.

Due to the missing release

composer install phpgangsta/googleauthenticator

fails with

Could not find package phpgangsta/googleauthenticator at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

Please take control of the Packagist namespace and add a release so that it can be installed using composer without specifying dev-master version (see #45).

Thank you.

spaze avatar Jul 17 '17 00:07 spaze

Having same issue here. Can't install using composer.

krynble avatar Dec 26 '17 12:12 krynble

Install it by this way:

composer require phpgangsta/googleauthenticator:dev-master

Hope its help you.

vzool avatar Dec 26 '17 12:12 vzool

If you would like a composer-installable similar library have a look at https://github.com/RobThree/TwoFactorAuth which is apparently an improvement on this library.

willpower232 avatar Dec 31 '17 11:12 willpower232

Bump (Still an issue)

RSpeekenbrink avatar May 03 '19 08:05 RSpeekenbrink

Thanks @willpower232.

Can't believe this library has 1.6k stars and not a stable release published on packagist... 🤦‍♂

eightyfive avatar Jan 16 '20 04:01 eightyfive