nextcloud-server/lib/private/User
Roeland Jago Douma c2beb36bfc
Bearer tokens are app token
Fixes #12498

This means that we set that it is a proper app token once it is
validated. This will allow the 2FA middleware to just run the same
check.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-20 09:23:57 +01:00
..
Backend.php
Database.php
LoginException.php
Manager.php Use the defined func()->count() instead of manual counting 2018-11-08 15:44:45 +01:00
NoUserException.php
Session.php Bearer tokens are app token 2018-11-20 09:23:57 +01:00
User.php