From 7f3bf38e8db9288d92f2864be4f66b14adf80971 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 6 Dec 2015 23:00:58 -0500 Subject: Fix typo in documentation --- doc/plugin-authentication.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/plugin-authentication.markdown') diff --git a/doc/plugin-authentication.markdown b/doc/plugin-authentication.markdown index 30ccda7c..5fee4faf 100644 --- a/doc/plugin-authentication.markdown +++ b/doc/plugin-authentication.markdown @@ -24,13 +24,13 @@ Those interfaces are defined in the namepsace `Kanboard\Core\Security`: - `Kanboard\Core\Security\PasswordAuthenticationProviderInterface` - `Kanboard\Core\Security\OAuthAuthenticationProviderInterface` -The only requirement is to implement the interfaces, you class can be written the way you want and located anywhere on disk. +The only requirement is to implement the interfaces, you class can be written the way you want and located anywhere on the disk. User Provider ------------- -When the authentication is successful, your driver must return an object that represent the user. -This object must implements the interface `Kanboard\Core\User\UserProviderInterface`. +When the authentication is successful, your driver must return an object that represents the user. +This object must implement the interface `Kanboard\Core\User\UserProviderInterface`. Example of authentication plugins --------------------------------- -- cgit v1.2.3