Skip to content

Commit

Permalink
fix: unsecure authsch call
Browse files Browse the repository at this point in the history
  • Loading branch information
bbucsy committed Jan 31, 2024
1 parent 190984f commit 62b4073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/oauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Strategies
class Oauth < OmniAuth::Strategies::OAuth2
option :name, "oauth"
option :client_options, {
:site => 'http://auth.sch.bme.hu',
:site => 'https://auth.sch.bme.hu',
:authorize_url => "/site/login",
:token_url => "/oauth2/token"
}
Expand Down

0 comments on commit 62b4073

Please sign in to comment.