Missing Typespec for Binary URL Input on generate_oauth_url/1 #96
Labels
chore
documentation
Improvements or additions to documentation
please-test
T5m
Quick tasks that take 5 mins or less. See: GTD 2 min rule.
technical
user-feedback
I've noticed an issue in the following section of code: https://github.com/dwyl/elixir-auth-google/blob/main/lib/elixir_auth_google.ex#L81. It appears that a typespec hasn't been defined for scenarios where a binary URL is passed. This absence is causing Dialyzer contract violations for those who pass a URL as a binary string instead of utilizing
%Plug.Conn{}
or theEndpoint.url/0
function.The text was updated successfully, but these errors were encountered: