Luzifer / nginx-sso

SSO authentication provider for the auth_request nginx module
Apache License 2.0
282 stars 41 forks source link

Fix: Config loading after CookieStore init #58

Closed nyanloutre closed 4 years ago

nyanloutre commented 4 years ago

Hello,

As discussed on Mastodon here is the fix I've done. I've divided the loadConfiguration function in two so it will first load the config and initialize the cookie store and then in loadModules it calls the initialize functions.