mumuki / mumukit-login

Omniauth-based login library for Mumuki Platform
MIT License
1 stars 0 forks source link

Feature tenantize login provider #23

Closed julian-berbel closed 6 years ago

julian-berbel commented 6 years ago

~:warning: Do not merge yet! :warning:~ Feel free to merge if you think it's ok now.

~I still need to figure out what to do with forgery protection.~ Done.

~Also, configuring all providers on startup might not be desirable, given that that would also make developer mode available in production.~ Fixed.

~Gotta figure out how this ties up in classroom and bibliotheca as well.~ Done.

flbulgarelli commented 6 years ago

Also, configuring all providers on startup might not be desirable, given that that would also make developer mode available in production.

Good point. Perhaps we should enable them using environment variables.

flbulgarelli commented 6 years ago

:warning: This change is not backwards-compatible.