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 @@ -260,12 +260,14 @@ Signature based tokens
260
260
By default, the remember me cookie contains a signature based on
261
261
properties of the user. If the properties change, the signature changes
262
262
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.
264
265
265
266
Persistent tokens
266
267
Persistent tokens store any generated token (e.g. in a database). This
267
268
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.
269
271
270
272
.. note ::
271
273
You can’t perform that action at this time.
0 commit comments