Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Last active November 17, 2022 12:35
Show Gist options
  • Save maxloncar/79cc50661b82d8a4d1186e75ee973e40 to your computer and use it in GitHub Desktop.
Save maxloncar/79cc50661b82d8a4d1186e75ee973e40 to your computer and use it in GitHub Desktop.
Gems for Microsoft Sign In
gem 'devise"', '~> 4.8'
gem 'omniauth', '~> 2.0.4'
gem 'omniauth-microsoft-office365'
gem 'dotenv-rails', groups: [:development, :test]
gem 'omniauth-rails_csrf_protection'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment