Make the Flask application have a new secret key each boot #1

Open
opened 2023-03-12 06:21:24 +00:00 by jared · 0 comments
Owner
  • Flask application generates a fresh token each boot

Replace the following code:

app.config['SECRET_KEY'] = 'Thisisasecret!'
- [ ] Flask application generates a fresh token each boot Replace the following code: ```python app.config['SECRET_KEY'] = 'Thisisasecret!' ```
jared added the
enhancement
label 2023-03-12 06:21:24 +00:00
jared self-assigned this 2023-03-12 06:21:24 +00:00
Sign in to join this conversation.
No description provided.