File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
291292Persistent 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
You can’t perform that action at this time.
0 commit comments