• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.github/02-Sep-2025-2213

Service/02-Sep-2025-5836

_test/02-Sep-2025-276180

action/02-Sep-2025-387220

conf/02-Sep-2025-3316

lang/02-Sep-2025-385209

vendor/02-Sep-2025-12,4768,076

.gitattributesD02-Sep-202539 32

Adapter.phpD02-Sep-202511.1 KiB396193

Exception.phpD02-Sep-2025937 4719

HTTPClient.phpD02-Sep-20251.1 KiB3929

HttpTokenResponseException.phpD02-Sep-20251.4 KiB6834

OAuthManager.phpD02-Sep-20259.6 KiB316160

READMED02-Sep-2025958 2819

RedirectSetting.phpD02-Sep-2025771 3319

Session.phpD02-Sep-20254.8 KiB18298

Storage.phpD02-Sep-20253.7 KiB15392

auth.phpD02-Sep-20256.7 KiB246147

composer.jsonD02-Sep-2025204 109

composer.lockD02-Sep-20253.1 KiB9190

deleted.filesD02-Sep-20259 KiB195194

helper.phpD02-Sep-20253.9 KiB14879

plugin.info.txtD02-Sep-2025202 87

style.lessD02-Sep-2025474 2722

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