cosmocode / dokuwiki-plugin-oauth

Generic oAuth1 and oAuth2 plugin for DokuWiki
http://www.dokuwiki.org/plugin:oauth
30 stars 79 forks source link

add hideLocal and denyLocal login option #138

Closed RobinR1 closed 4 months ago

RobinR1 commented 1 year ago

New option hideLocal will hide the local login form, only showing configured services. Local logins are technically still possible (eg. dokuwiki.login API call). New option denyLocal will do the same but also effectively deny local logins. singleService will no longer actually deny local logins. Enable denyLocal together with singleService to accomplish this behaviour again.

Can serve as a solution to #134

splitbrain commented 4 months ago

I believe this is obsolete with the introduction of token authentication.