diff --git a/authjwt.php b/authjwt.php index d65dc5a..0f67297 100644 --- a/authjwt.php +++ b/authjwt.php @@ -33,8 +33,8 @@ class authjwt extends auth // }}} /** Try to authenticate the email/password of the user - * @param string $email Email to authenticate - * @param string $password Password to authenticate + * @param string $email Email not used (wait for Bearer) + * @param string $password Password not used (wait for Bearer) */ public function authentication ($email, $password) {