gbv / login-server

Login and connect accounts with multiple identity providers
https://coli-conc.gbv.de/login/
MIT License
32 stars 32 forks source link

Make paths for providers.json, private.key, and public.key adjustable via .env #51

Closed stefandesu closed 4 years ago

stefandesu commented 4 years ago

Makes usage as a Docker container (#50) easier.

stefandesu commented 4 years ago

Note: private.key and public.key paths are already configurable via JTW_PRIVATE_KEY_PATH and JTW_PUBLIC_KEY_PATH respectably, but there's actually a bug which prevents these from working if the files don't exist yet.