|
setup dynamic omniauth provider structures and tied it into devise
|
|---|
|
|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/controllers/sessions_controller.rb |
|---|
| app/controllers/users/omniauth_callback_controller.rb 100644 → 0 |
|---|
| app/controllers/users/omniauth_callbacks_controller.rb 0 → 100644 |
|---|
| app/models/user.rb |
|---|
| app/views/devise/registrations/_external_identifier.html.erb |
|---|
| config/initializers/devise_example.rb |
|---|
| config/locales/de.yml |
|---|
| config/locales/en-UK.yml |
|---|
| config/locales/en-US.yml |
|---|
| config/locales/fr.yml |
|---|
| config/routes.rb |
|---|
| db/migrate/20161024163546_create_user_identifier_scheme.rb |
|---|
| db/schema.rb |
|---|
| db/seeds.rb |
|---|