Skip to content
  • ale's avatar
    Fix configuration of authentication modules · f801e018
    ale authored
    AuthBase.__init__ is passed the top-level Flask configuration object, so
    variables should adhere to the standard naming conventions (uppercase,
    etc). Use key lookups instead of attributes.
    f801e018