From 0edef3332289a7cbe54b58084b967907d1086d29 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sun, 28 Sep 2014 20:03:23 -0700 Subject: Tweaking Auth docs some more. --- core/Auth.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'core/Auth.php') diff --git a/core/Auth.php b/core/Auth.php index 1ad40b4411..de64d347c6 100644 --- a/core/Auth.php +++ b/core/Auth.php @@ -12,10 +12,12 @@ namespace Piwik; use Exception; /** - * Base for authentication implementations. Plugins that provide Auth implementations - * must provide a class that implements this interface. Additionally, an instance - * of that class must be set in the {@link \Piwik\Registry} class with the 'auth' - * key during the [Request.initAuthenticationObject](http://developer.piwik.org/api-reference/events#requestinitauthenticationobject) + * Base interface for authentication implementations. + * + * Plugins that provide Auth implementations must provide a class that implements + * this interface. Additionally, an instance of that class must be set in the + * {@link \Piwik\Registry} class with the 'auth' key during the + * [Request.initAuthenticationObject](http://developer.piwik.org/api-reference/events#requestinitauthenticationobject) * event. * * Authentication implementations must support authentication via username and -- cgit v1.2.3