summaryrefslogtreecommitdiffstats
path: root/lib/public/Authentication
Commit message (Collapse)AuthorAgeFilesLines
...
* | Allow 2FA providers to specify their custom CSPChristoph Wurst2017-08-261-0/+38
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Thows exception if password not availableMorris Jobke2017-05-122-0/+37
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix @since annotations (9.1->12)Christoph Wurst2017-01-113-7/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add @since annotations and document methodsChristoph Wurst2017-01-112-0/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add login credential storeChristoph Wurst2017-01-113-0/+122
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix coding style and increase code coverageChristoph Wurst2017-01-111-12/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update TwoFactorException.phpCornelius Kölbel2017-01-111-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add a TwoFactorExceptionCornelius Kölbel2017-01-111-0/+37
| | | | | | | | | | | A Two Factor third party App may throw a TwoFactorException() with a more detailed error message in case the authentication fails. The 2FA Controller will then display the message of this Exception to the user. Working on #26593 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix othersJoas Schilling2016-07-212-2/+4
|
* Update license headersLukas Reschke2016-05-261-1/+0
|
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+93
|
* Move \OCP\Authentication to PSR-4 (#24632)Roeland Douma2016-05-171-0/+64