LaunchPadLab / token-master

Minimal and Simple user management for Ruby and Rails applications.
MIT License
17 stars 1 forks source link

Revisit `check_configs_set!` #23

Closed davemcorwin closed 7 years ago

davemcorwin commented 7 years ago

Do we need this? don't we have global defaults?

inveterateliterate commented 7 years ago

@davemcorwin good point, we do have defaults. I guess this would catch if the user modified the initializer or deleted it or something and there's no key?

inveterateliterate commented 7 years ago

Updating config file to use defaults if no key or key options specified