Recently I updated to Phoenix 1.4 and for a new project I need authentication so I tried to use Coherence as always but this happened:
Failed to use “ecto” (version 3.0.1) because
coherence (version 0.5.2) requires ~> 2.0
ecto_sql (version 3.0.0) requires ~> 3.0.0
phoenix_ecto (version 4.0.0) requires ~> 3.0
mix.lock specifies 3.0.1
I checked the repo and there is a discussion and even a pull request to update but unfortunately, I have to start working on this app today and can’t wait for the merge.
Does anyone know a solution to the dependency issue above or can recommend something similar to Coherence?