nextcloud-server/lib/private/Authentication/Token
Carl Schwan cdf3b60555 Handle one time passwords
This adds an option to disable storing passwords in the database. This
might be desirable when using single use token as passwords or very
large passwords.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05 11:25:44 +07:00
..
INamedToken.php Update php licenses 2021-06-04 22:02:41 +07:00
IProvider.php Automatically cut the token name on the first level 2022-03-23 21:38:53 +07:00
IToken.php Update php licenses 2021-06-04 22:02:41 +07:00
IWipeableToken.php Update php licenses 2021-06-04 22:02:41 +07:00
Manager.php Automatically cut the token name on the first level 2022-03-23 21:38:53 +07:00
PublicKeyToken.php Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +07:00
PublicKeyTokenMapper.php Remove default token which is deprecated since Nextcloud 13 2021-12-01 18:41:31 +07:00
PublicKeyTokenProvider.php Handle one time passwords 2022-07-05 11:25:44 +07:00
RemoteWipe.php Update php licenses 2021-06-04 22:02:41 +07:00