GatorIncubator / gatorgrouper

:busts_in_silhouette: Automated Group Formation Tool Enabling Effective Team Work
GNU General Public License v3.0
20 stars 20 forks source link

Bugfix/hide secret key #158

Closed ilikerustoo closed 5 years ago

ilikerustoo commented 5 years ago

Issue #146

I have found a way to hide the secret key by using an environment variable and generating one (although I kept the same key as before though we may want to generate a new one) in a secret_key file and adding that to .gitignore.

This should be merged either after the develop branch is merged or into the develop branch directly.