-
- Downloads
Fixed #291 Added OAuth2 for Office365 (GRN-32) (#293)
* <Added omniauth for office365> * <Fixed code style> * Update puma.rb * <Inserted link to documentation>
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 4 additions, 0 deletionsGemfile.lock
- app/models/user.rb 7 additions, 2 deletionsapp/models/user.rb
- app/views/shared/modals/_login_modal.html.erb 6 additions, 0 deletionsapp/views/shared/modals/_login_modal.html.erb
- app/views/users/new.html.erb 6 additions, 0 deletionsapp/views/users/new.html.erb
- config/initializers/omniauth.rb 5 additions, 1 deletionconfig/initializers/omniauth.rb
- sample.env 9 additions, 0 deletionssample.env
... | ... | @@ -47,6 +47,7 @@ gem 'bcrypt', '~> 3.1.7' |
gem 'omniauth' | ||
gem 'omniauth-twitter' | ||
gem 'omniauth-google-oauth2' | ||
gem 'omniauth-microsoft-office365', '~> 0.0.7' | ||
gem 'omniauth-ldap' | ||
gem 'omniauth-bn-launcher', '~> 0.1.0' | ||
... | ... |
Please register or sign in to comment