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 @@ -266,12 +266,14 @@ Signature based tokens
266
266
By default, the remember me cookie contains a signature based on
267
267
properties of the user. If the properties change, the signature changes
268
268
and already generated tokens are no longer considered valid. See
269
- :ref: `security-remember-me-signature ` for more information.
269
+ :ref: `how to use them <security-remember-me-signature >` for more
270
+ information.
270
271
271
272
Persistent tokens
272
273
Persistent tokens store any generated token (e.g. in a database). This
273
274
allows you to invalidate tokens by changing the rows in the database.
274
- See :ref: `security-remember-me-persistent ` for more information.
275
+ See :ref: `how to store tokens <security-remember-me-persistent >` for more
276
+ information.
275
277
276
278
.. note ::
277
279
You can’t perform that action at this time.
0 commit comments