Just trying to visit /auth/github I see an exception expected a map, got: [uid_field: :login, default_scope: "user,public_repo", oauth2_module: Ueberauth.Strategy.Github.OAuth]
Looks like Map.get receives a keyword list as first argument instead of a Map.
deps/ueberauth_github/lib/ueberauth/strategy/github.ex:214
master branch
Just trying to visit /auth/github I see an exception
expected a map, got: [uid_field: :login, default_scope: "user,public_repo", oauth2_module: Ueberauth.Strategy.Github.OAuth]
Looks like
Map.get
receives a keyword list as first argument instead of a Map.deps/ueberauth_github/lib/ueberauth/strategy/github.ex:214
master branch