Edgewall Software

Changes between Version 1 and Version 2 of TracDev/PluginDevelopment/ExtensionPoints/trac.web.api.IAuthenticator


Ignore:
Timestamp:
Apr 6, 2012, 6:16:44 PM (12 years ago)
Author:
Peter Suter
Comment:

Minor formatting fix: Quote code fragment to avoid wiki-linking

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/trac.web.api.IAuthenticator

    v1 v2  
    5252* th:HttpAuthPlugin: `httpauth.filter.HTTPAuthFilter`
    5353 * HTTP authentication (required for th:XmlRpcPlugin) that is compatible with th:AccountManagerPlugin
    54 * th:SharedCookieAuthPlugin: sharedcookieauth.sharedcookieauth.SharedCookieAuth
     54* th:SharedCookieAuthPlugin: `sharedcookieauth.sharedcookieauth.SharedCookieAuth`
    5555 * See #8486
    5656* th:CaptchaAuthPlugin: `captchaauth.auth.AuthCaptcha`