From 173203c187bd805a171a94218b06a0427374feb5 Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Tue, 18 Apr 2023 17:43:17 +0200 Subject: [PATCH] improve links label in rememberMe doc --- security/remember_me.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/remember_me.rst b/security/remember_me.rst index 58fbeb6e959..1d69cc9a555 100644 --- a/security/remember_me.rst +++ b/security/remember_me.rst @@ -266,12 +266,14 @@ Signature based tokens By default, the remember me cookie contains a signature based on properties of the user. If the properties change, the signature changes and already generated tokens are no longer considered valid. See - :ref:`security-remember-me-signature` for more information. + :ref:`how to use them ` for more + information. Persistent tokens Persistent tokens store any generated token (e.g. in a database). This allows you to invalidate tokens by changing the rows in the database. - See :ref:`security-remember-me-persistent` for more information. + See :ref:`how to store tokens ` for more + information. .. note::