Skip to content

Commit 2cb9b8a

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: improve links label in rememberMe doc
2 parents 5bbfa12 + 8b001c1 commit 2cb9b8a

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
@@ -286,12 +286,14 @@ Signature based tokens
286286
By default, the remember me cookie contains a signature based on
287287
properties of the user. If the properties change, the signature changes
288288
and already generated tokens are no longer considered valid. See
289-
:ref:`security-remember-me-signature` for more information.
289+
:ref:`how to use them <security-remember-me-signature>` for more
290+
information.
290291

291292
Persistent tokens
292293
Persistent tokens store any generated token (e.g. in a database). This
293294
allows you to invalidate tokens by changing the rows in the database.
294-
See :ref:`security-remember-me-persistent` for more information.
295+
See :ref:`how to store tokens <security-remember-me-persistent>` for more
296+
information.
295297

296298
.. note::
297299

0 commit comments

Comments
 (0)