add MS oauth

This commit is contained in:
Alex Turchyn
2023-11-21 00:35:03 +02:00
committed by Pete Matsyburka
parent 83ce401cf2
commit 9f48c6e625
8 changed files with 62 additions and 15 deletions
+8
View File
@@ -328,11 +328,17 @@ GEM
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-github (2.0.1)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8)
omniauth-google-oauth2 (1.1.1)
jwt (>= 2.0)
oauth2 (~> 2.0.6)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8.0)
omniauth-microsoft-office365 (0.0.8)
omniauth
omniauth-oauth2
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
@@ -589,7 +595,9 @@ DEPENDENCIES
lograge
mysql2
oj
omniauth-github
omniauth-google-oauth2
omniauth-microsoft-office365
omniauth-rails_csrf_protection
pagy
pdf-reader