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
MyApp.ConfigProviderName is not used anywhere in the generated code. Instead config is scoped to config :myapp, Oidcc, …, which would "break" once another provider is added.
How to reproduce
Grep the changed files for MyApp.ConfigProviderName after running the mix command
Expected behavior
Scope the worker name as well as config to the provided name.
The text was updated successfully, but these errors were encountered:
oidcc version
3.2
Erlang version
27
Elixir version
1.17.3
Summary
As documented I used this mix task invokation
Current behavior
MyApp.ConfigProviderName
is not used anywhere in the generated code. Instead config is scoped toconfig :myapp, Oidcc, …
, which would "break" once another provider is added.How to reproduce
Grep the changed files for
MyApp.ConfigProviderName
after running the mix commandExpected behavior
Scope the worker name as well as config to the provided name.
The text was updated successfully, but these errors were encountered: