Skip to content

Commit

Permalink
fix provider protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
kouwasi committed Apr 7, 2018
1 parent 7f41f03 commit 68275b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ueberauth/strategy/steam.ex
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ defmodule Ueberauth.Strategy.Steam do
end

@spec retrieve_user(map) :: map | nil
defp retrieve_user(%{"openid.claimed_id" => "http://steamcommunity.com/openid/id/" <> id}) do
defp retrieve_user(%{"openid.claimed_id" => "https://steamcommunity.com/openid/id/" <> id}) do
key =
:ueberauth
|> Application.fetch_env!(Ueberauth.Strategy.Steam)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule UeberauthSteam.Mixfile do
[
app: :ueberauth_steam,
description: "Steam OpenID Strategy for Überauth.",
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 68275b3

Please sign in to comment.