This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: PqhHX9sXXpra58HVVYicLLS7OSDG3VMLAE782jzvbYw
Cover

A Guide to Protecting your Django Secret and OAuth Keys

Written by @vladyslav | Published on 2020/11/16

TL;DR β€”
The SECRET_KEY is a crucial part of the security of Django as any information exposed can revoke a project. I see many of my software engineer friends miss a couple of key points when developing Django projects. I will introduce to you a method that will ensure you never expose your project's private keys ever again, dotenv. This will install a dotenv requirement that will be used to retrieve your secret keys from a file only you have access to. If you were using any other keys, such as OAuth keys, the method would work the same.

[story continues]


Written by
@vladyslav
πŸ‡ΊπŸ‡¦ software engineer @ planet earth 🌍

Topics and
tags
django|security|is|important|django-tips|how-to-django|coding|programming|web-monetization
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: PqhHX9sXXpra58HVVYicLLS7OSDG3VMLAE782jzvbYw