You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defp get_callback_path do
System.get_env("MICROSOFT_CALLBACK_PATH") || Application.get_env(:elixir_auth_microsoft, :callback_uri) || @default_callback_path
end
Cheers!
The text was updated successfully, but these errors were encountered:
Hello, would it be possible to also make it possible to set the callback path via the configuration file?
elixir-auth-microsoft/lib/elixir_auth_microsoft.ex
Line 164 in 1637cb4
I would suggest to align it with the other environment variables, like here:
elixir-auth-microsoft/lib/elixir_auth_microsoft.ex
Line 156 in 1637cb4
so that set it also via the config file like e.g. this:
So this would be cool:
Cheers!
The text was updated successfully, but these errors were encountered: