nextcloud/core/Controller
Roeland Jago Douma 54859329ef
Do not invalidate main token on OAuth
Fixes #10584

We deleted the main token when using the login flow else mutliple tokens
would show up for a single user.

However in the case of OAuth this is perfectly fine as the
authentication happens really in your browser:

1. You are already logged in, no need to log you out
2. You are not logged in yet, but since you log in into the exact same
browser the expected behavior is to stay logged in.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-06 13:28:48 +02:00
..
AutoCompleteController.php
AvatarController.php
ClientFlowLoginController.php
ContactsMenuController.php
CSRFTokenController.php
CssController.php
JsController.php
LoginController.php
LostController.php
NavigationController.php
OCJSController.php
OCSController.php
PreviewController.php
SearchController.php
SetupController.php
SvgController.php
TwoFactorChallengeController.php
UserController.php
WalledGardenController.php
WhatsNewController.php