DaSKITA/tilter

[Bugfix] Adjust Feeder.py for API Auth and Security

Closed this issue · 1 comments

Feeder.py is not working for API authentification - fix this.

Credentials for the DB, etc. are currently pushed into the git, fix this and use env variables on the machine.

The variable JWT_SECRET_KEY is currently defined in config.py:18. Since this is a secret key, its definition should be moved into the .env files in the secrets directory when fixing this issue.