Skip to content

Commit 3437d40

Browse files
authored
Merge pull request #741 from RiteshParyali/patch-6
Return added on getAuthenticationService() Update authenticators.rst
2 parents 14b2c56 + cdc4fa1 commit 3437d40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/authenticators.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ Add the following to your ``Application`` class::
175175
'algorithm' => 'RS256',
176176
'returnPayload' => false
177177
]);
178+
179+
return $service;
178180
}
179181

180182
In your ``UsersController``::

0 commit comments

Comments
 (0)