* Make auth methods pluggable.
[ikiwiki] / doc / plugins / openid.mdwn
1 [[template id=plugin name=openid included=1 author="[[Joey]]"]]
2 [[tag type/auth]]
3
4 This plugin allows users to use their [OpenID](http://openid.net/) to log
5 into the wiki.
6
7 The plugin needs the `Net::OpenID::Consumer` perl module. The
8 `LWPx::ParanoidAgent` perl module is used if available, for added
9 security. Finally, the `Crypt::SSLeay` perl module is needed to support
10 users entering "https" OpenID urls.
11
12 This plugin is included in ikiwiki, but is not enabled by default.