Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update oauth module #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "decidim", "0.27.3"

gem "decidim-alternative_landing", git: "https://github.com/Platoniq/decidim-module-alternative_landing", branch: "main"
gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-module-decidim_awesome", branch: "main"
gem "decidim-goteo_oauth", git: "https://github.com/Platoniq/decidim-module-goteo_oauth", branch: "main"
gem "decidim-goteo_oauth", git: "https://github.com/Platoniq/decidim-module-goteo_oauth", branch: "update_scope"
gem "decidim-peertube", git: "https://github.com/Platoniq/decidim-module-peertube", branch: "main"
gem "decidim-social_crowdfunding", git: "https://github.com/Platoniq/decidim-module-social_crowdfunding", branch: "main"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer", branch: "master"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GIT

GIT
remote: https://github.com/Platoniq/decidim-module-goteo_oauth
revision: 895e4f97e86fcfbf9a2aa2d0335612494bdb97f5
branch: main
revision: 07148cc3f3927bf806b5087194e9610aabd0ec37
branch: update_scope
specs:
decidim-goteo_oauth (0.0.1)
decidim-core (> 0.26)
Expand Down
5 changes: 4 additions & 1 deletion config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ development:
developer:
enabled: true
icon: phone

goteo:
enabled: true
app_id: <%= ENV["OMNIAUTH_GOTEO_APP_ID"] %>
app_secret: <%= ENV["OMNIAUTH_GOTEO_APP_SECRET"] %>
test:
<<: *default
secret_key_base: a6319f5ee4893d89eb3fc3255e574b9bb47f7f64c50a0a2f50cc32242e8cffab52a24f5f70f67331f85d5471817487d80d232e25d13a367bcd52fa6b829d782e
Expand Down
Loading