Using dotenv, refactored some stuff, made making database slightly faster with art
This commit is contained in:
parent
0cd6b4ce2e
commit
5772edf88a
4 changed files with 30 additions and 26 deletions
|
|
@ -7,8 +7,8 @@
|
|||
- [ ] Verify all if-else sequences are correct and not redundant
|
||||
- [x] Remove old comments
|
||||
- [ ] Security Updates
|
||||
- [ ] `.env` file for the api keys and other runtime info to be set, rather than in the `.py` files
|
||||
- [ ] Hashing rather than plaintext sending (that way at least the password text itself stays private)
|
||||
- [x] `.env` file for the api keys and other runtime info to be set, rather than in the `.py` files
|
||||
- [ ] Hashing rather than plaintext sending passwords (that way at least the password text itself isn't transmitted over the network)
|
||||
- [ ] Actually use SSL, for posting (CORS seems like an issue)
|
||||
- [ ] Accessibility
|
||||
- [ ] Better use of semantic HTML tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue