From 6b402ae059692fccee79c8fa8a0176ad67fd227d Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Wed, 14 Jul 2021 21:50:36 -0500 Subject: [PATCH] =?UTF-8?q?Iniciar=20documentaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inicio.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Inicio.md b/Inicio.md index 6e51aaa..917aaa4 100644 --- a/Inicio.md +++ b/Inicio.md @@ -38,7 +38,9 @@ TOKEN = 'super_secret' Se usa para cifrar la FIEL. Para obtener un token puedes usar: -``` +```python from secrets import token_hex token_hex(32) ``` + +Si cambias este valor, tienes que volver a validar la FIEL.