Skip to content

Commit

Permalink
Merge pull request #636 from TheDesignium/no_session_27
Browse files Browse the repository at this point in the history
city_osのomniauthを導入
  • Loading branch information
ayuki-joto authored Nov 7, 2024
2 parents 017be1e + 76d0e71 commit 0b51b32
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gem "deface"
gem "image_processing"
gem "newrelic_rpm"

gem "omniauth-cityos-dcp", git: "https://github.com/TheDesignium/omniauth-cityos-dcp.git", tag: "v1.1.0"
gem "omniauth-line_login", path: "omniauth-line_login"
gem "omniauth-rails_csrf_protection"

Expand Down
12 changes: 11 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/TheDesignium/omniauth-cityos-dcp.git
revision: 056321744dd4ad5e9bc44380de53bd320c0368c7
tag: v1.1.0
specs:
omniauth-cityos-dcp (0.1.0)
decidim (>= 0.27.0, < 0.28.0)
omniauth-oauth2

GIT
remote: https://github.com/codeforjapan/decidim-module-decidim_awesome.git
revision: 30f39e79c65c6de3e9c569d8233e586113bff020
Expand Down Expand Up @@ -949,6 +958,7 @@ DEPENDENCIES
letter_opener_web (~> 2.0)
listen (~> 3.1)
newrelic_rpm
omniauth-cityos-dcp!
omniauth-line_login!
omniauth-rails_csrf_protection
puma (>= 5.6.2)
Expand All @@ -969,4 +979,4 @@ RUBY VERSION
ruby 3.0.6p216

BUNDLED WITH
2.2.33
2.3.7
2 changes: 2 additions & 0 deletions etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ server {
proxy_set_header Host $host:$proxy_port;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_buffers 8 16k;
proxy_buffer_size 32k;
}
}

0 comments on commit 0b51b32

Please sign in to comment.