Skip to content

Commit a7a1c8c

Browse files
Update docs/en/authenticators.rst
Co-authored-by: Mark Story <mark@mark-story.com>
1 parent 063f482 commit a7a1c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/authenticators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ It also helps to avoid session invalidation.
3737
Session itself stores the entity object including nested objects like DateTime or enums.
3838
With only the ID stored, the invalidation due to objects being modified will also dissolve.
3939

40-
Make sure to match this with a Token identifier with ``key``/``id`` keys:
40+
Make sure to match this with a Token identifier with ``key``/``id`` keys::
4141

4242
$service->loadIdentifier('Authentication.Token', [
4343
'tokenField' => 'id', // lookup for DB table

0 commit comments

Comments
 (0)