nextcloud/lib/private/Authentication/Token
Joas Schilling 6417ea0265
fix(authentication): Handle null or empty string password hash
This can happen when the auth.storeCryptedPassword config is used,
which previously errored with:
Hasher::verify(): Argument #2 ($hash) must be of type string, null given

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-10 09:18:50 +01:00
..
INamedToken.php
IProvider.php
IToken.php
IWipeableToken.php
Manager.php
PublicKeyToken.php
PublicKeyTokenMapper.php
PublicKeyTokenProvider.php fix(authentication): Handle null or empty string password hash 2023-02-10 09:18:50 +01:00
RemoteWipe.php
TokenCleanupJob.php