I have a multi-tenant app and each tenant (i.e. account holder) will want to configure his/her own api integration via oauth. I'd like to use omniauth, but it seems like the consumer key and secret need to be passed into the builder module during initialization.
Is there a way to set up omniauth so that my tenants can submit their key, secret, and uri -- without restarting and initializing rails?
Thanks!