mitmedialab / unbreakout

0 stars 2 forks source link

Encrypt database fields storing Zoom OAuth keys #92

Closed dirkcuys closed 3 years ago

dirkcuys commented 3 years ago

@fields37 I added a django-cryptography and updated the Zoom OAuth fields to be encrypted in the db. For the migration to work I had to purge the current tokens in the db (which should only be one atm), so you'll need to re-auth with Zoom.

Since it adds a dependency, you'll also need to run docker-compose build django for it to run in dev.