-
Deprecated
GoogleAuthenticator::getUrl()
in favor ofGoogleQrUrl::generate()
.$authenticator->getUrl('username', 'foobar.org', '3DHTQX4GCRKHGS55CJ', 'FooBar'); // would be replaced by GoogleQrUrl::generate('[email protected]', '3DHTQX4GCRKHGS55CJ', 'FooBar');
-
The second argument of
getCode
allowed multiple types and had to be divided by 30 in order to work. This behavior is now deprecated and aDateTimeInterface
implementation should be passed instead.
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.