tanguilp / plugoid

OpenID Connect Plug for Elixir's Phoenix web framework
https://hexdocs.pm/plugoid/
Apache License 2.0
16 stars 1 forks source link

Incorrect reference to @behaviour OIDC.Auth.ClientConfig in documentation #10

Closed brianmay closed 2 years ago

brianmay commented 2 years ago

As far as I can tell, OIDC.Auth.ClientConfig doesn't exist, and I am not sure I see what it should be referring to.

brianmay commented 2 years ago

I now believe OIDC.ClientConfig is correct.

tanguilp commented 2 years ago

It's another library - oidc. Is it fixed? If so, feel free to close the issue.

brianmay commented 2 years ago

The error is here: https://hexdocs.pm/plugoid/0.1.0/quickstart.html#step-4-create-a-client-callback

tanguilp commented 2 years ago

Fixed, thanks for reporting (was OIDC.ClientConfig).