From 32ec7dfcf023f8291eef3b3a8f74292fd5152d16 Mon Sep 17 00:00:00 2001 From: danilopolani Date: Sun, 10 Mar 2024 17:58:18 +0100 Subject: [PATCH] add missing methods on Authenticable class --- src/FusionAuthJwtUser.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/FusionAuthJwtUser.php b/src/FusionAuthJwtUser.php index 56a7163..bfc153f 100644 --- a/src/FusionAuthJwtUser.php +++ b/src/FusionAuthJwtUser.php @@ -56,6 +56,14 @@ public function getAuthPassword() return ''; } + /** + * {@inheritDoc} + */ + public function getAuthPasswordName() + { + return ''; + } + /** * {@inheritDoc} */