VILLASframework / web-backend

A go implementation of the backend for VILLASweb
https://fein-aachen.org/en/projects/villas-web/
GNU General Public License v3.0
1 stars 2 forks source link

JWT Signing Secret must be environment variable #50

Closed stv0g closed 1 year ago

stv0g commented 3 years ago

In GitLab by @skolen on Dec 3, 2020, 13:12

The JWT signing secret should not be hardcoded in user_endpoints.go but become an environment variable.

stv0g commented 3 years ago

In GitLab by @iripiri on Dec 17, 2020, 17:38

suggestion from @stvogel: make secret configurable like db password as environment variable, command line argument or config file

stv0g commented 3 years ago

In GitLab by @skolen on Jan 25, 2021, 14:14

Done.