Adarnof / adarnauth

Djang-based auth system for EVE Online
GNU General Public License v2.0
10 stars 1 forks source link

Wrong setting name callback SSO #6

Closed johanko closed 7 years ago

johanko commented 7 years ago

/eve_sso/app_settings.py references EVE_SSO_CALLBACK_URL while settings file has EVE_SSO_CALLBACK_URI

https://github.com/Adarnof/adarnauth/blob/master/adarnauth/settings.py.example#L153 AttributeError: 'Settings' object has no attribute 'EVE_SSO_CALLBACK_URL'