mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 15:54:59 -05:00
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> |
||
|---|---|---|
| .. | ||
| 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 | ||