nextcloud/lib/private/Authentication/Token
Christoph Wurst d8cde414bd
token based auth
* Add InvalidTokenException
* add DefaultTokenMapper and use it to check if a auth token exists
* create new token for the browser session if none exists
hash stored token; save user agent
* encrypt login password when creating the token
2016-05-11 13:36:46 +02:00
..
DefaultToken.php token based auth 2016-05-11 13:36:46 +02:00
DefaultTokenMapper.php token based auth 2016-05-11 13:36:46 +02:00
DefaultTokenProvider.php token based auth 2016-05-11 13:36:46 +02:00
IProvider.php token based auth 2016-05-11 13:36:46 +02:00
IToken.php token based auth 2016-05-11 13:36:46 +02:00