We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063f482 commit a7a1c8cCopy full SHA for a7a1c8c
1 file changed
docs/en/authenticators.rst
@@ -37,7 +37,7 @@ It also helps to avoid session invalidation.
37
Session itself stores the entity object including nested objects like DateTime or enums.
38
With only the ID stored, the invalidation due to objects being modified will also dissolve.
39
40
-Make sure to match this with a Token identifier with ``key``/``id`` keys:
+Make sure to match this with a Token identifier with ``key``/``id`` keys::
41
42
$service->loadIdentifier('Authentication.Token', [
43
'tokenField' => 'id', // lookup for DB table
0 commit comments