Skip to content

Commit 8b001c1

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: improve links label in rememberMe doc
2 parents 194b271 + a737539 commit 8b001c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

security/remember_me.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,14 @@ Signature based tokens
260260
By default, the remember me cookie contains a signature based on
261261
properties of the user. If the properties change, the signature changes
262262
and already generated tokens are no longer considered valid. See
263-
:ref:`security-remember-me-signature` for more information.
263+
:ref:`how to use them <security-remember-me-signature>` for more
264+
information.
264265

265266
Persistent tokens
266267
Persistent tokens store any generated token (e.g. in a database). This
267268
allows you to invalidate tokens by changing the rows in the database.
268-
See :ref:`security-remember-me-persistent` for more information.
269+
See :ref:`how to store tokens <security-remember-me-persistent>` for more
270+
information.
269271

270272
.. note::
271273

0 commit comments

Comments
 (0)