pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
406 stars 47 forks source link

Update MultiProvider example in README.md #142

Closed mbuhot closed 11 months ago

mbuhot commented 11 months ago

It looks like the changes from 49fcba641536399f3cad793e0cea28a3c64b53a7 made the Multi-provider examples in the Readme invalid - the config local variable no longer exists.

This PR adds a |> then(fn config -> ... to the pipeline to access the config data.

mbuhot commented 11 months ago

Oops, never mind. I misread the code. Sorry!

danschultzer commented 11 months ago

All good, thanks for contributing!