Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | H | 02-Sep-2025 | - | 22 | 13 | |
Service/ | H | 02-Sep-2025 | - | 58 | 36 | |
_test/ | H | 02-Sep-2025 | - | 276 | 180 | |
action/ | H | 02-Sep-2025 | - | 387 | 220 | |
conf/ | H | 02-Sep-2025 | - | 33 | 16 | |
lang/ | H | 02-Sep-2025 | - | 385 | 209 | |
vendor/ | H | 02-Sep-2025 | - | 12,476 | 8,076 | |
.gitattributes | H A D | 02-Sep-2025 | 39 | 3 | 2 | |
Adapter.php | H A D | 02-Sep-2025 | 11.1 KiB | 396 | 193 | |
Exception.php | H A D | 02-Sep-2025 | 937 | 47 | 19 | |
HTTPClient.php | H A D | 02-Sep-2025 | 1.1 KiB | 39 | 29 | |
HttpTokenResponseException.php | H A D | 02-Sep-2025 | 1.4 KiB | 68 | 34 | |
OAuthManager.php | H A D | 02-Sep-2025 | 9.6 KiB | 316 | 160 | |
README | H A D | 02-Sep-2025 | 958 | 28 | 19 | |
RedirectSetting.php | H A D | 02-Sep-2025 | 771 | 33 | 19 | |
Session.php | H A D | 02-Sep-2025 | 4.8 KiB | 182 | 98 | |
Storage.php | H A D | 02-Sep-2025 | 3.7 KiB | 153 | 92 | |
auth.php | H A D | 02-Sep-2025 | 6.7 KiB | 246 | 147 | |
composer.json | H A D | 02-Sep-2025 | 204 | 10 | 9 | |
composer.lock | H A D | 02-Sep-2025 | 3.1 KiB | 91 | 90 | |
deleted.files | H A D | 02-Sep-2025 | 9 KiB | 195 | 194 | |
helper.php | H A D | 02-Sep-2025 | 3.9 KiB | 148 | 79 | |
plugin.info.txt | H A D | 02-Sep-2025 | 202 | 8 | 7 | |
style.less | H A D | 02-Sep-2025 | 474 | 27 | 22 |
README
1oauth Plugin for DokuWiki 2 3Generic oAuth plugin to login via various services 4 5All documentation for this plugin can be found at 6http://www.dokuwiki.org/plugin:oauth 7 8If you install this plugin manually, make sure it is installed in 9lib/plugins/oauth/ - if the folder is called different it 10will not work! 11 12Please refer to http://www.dokuwiki.org/plugins for additional info 13on how to install plugins in DokuWiki. 14 15---- 16Copyright (C) Andreas Gohr <dokuwiki@cosmocode.de> 17 18This program is free software; you can redistribute it and/or modify 19it under the terms of the GNU General Public License as published by 20the Free Software Foundation; version 2 of the License 21 22This program is distributed in the hope that it will be useful, 23but WITHOUT ANY WARRANTY; without even the implied warranty of 24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25GNU General Public License for more details. 26 27See the COPYING file in your DokuWiki folder for details 28