Skip to content

Commit

Permalink
Link to oidcc_plug in README (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen authored Sep 11, 2023
1 parent 254bb76 commit 88125be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ Supervisor.init([
<!-- TODO: Uncomment when available -->

<!-- - [`oidcc_cowboy`](https://hex.pm/packages/oidcc_cowboy) - Integrations for
[`cowboy`](https://hex.pm/packages/cowboy)
[`cowboy`](https://hex.pm/packages/cowboy) -->
- [`oidcc_plug`](https://hex.pm/packages/oidcc_plug) - Integrations for
[`plug`](https://hex.pm/packages/plug) and
[`phoenix`](https://hex.pm/packages/phoenix)
- [`phx_gen_oidcc`](https://hex.pm/packages/phx_gen_oidcc) - Setup Generator for
<!-- - [`phx_gen_oidcc`](https://hex.pm/packages/phx_gen_oidcc) - Setup Generator for
[`phoenix`](https://hex.pm/packages/phoenix) -->

### Erlang
Expand Down Expand Up @@ -140,7 +140,7 @@ Supervisor.init([
#{}).
```

for more details, see https://hexdocs.pm/expo/oidcc.html
for more details, see https://hexdocs.pm/oidcc/oidcc.html

### Elixir

Expand Down Expand Up @@ -192,3 +192,5 @@ for more details, see https://hexdocs.pm/expo/oidcc.html
"client_secret"
)
```

for more details, see https://hexdocs.pm/oidcc/Oidcc.html

0 comments on commit 88125be

Please sign in to comment.