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.