cpjk / canary

:hatching_chick: Elixir authorization and resource-loading library for Plug applications.
MIT License
474 stars 51 forks source link

Compatibility with Phoenix 1.4 #84

Open strayer opened 3 years ago

strayer commented 3 years ago

Hey! I noticed you removed the note that this project is unmaintained, so I assume it makes sense to open issues again :)

We are using this library in an older project that I intend to update to Phoenix 1.4, but the dependency on the ecto library currently stops me from doing that.

I already tried bumping plug to 1.7 and changing ecto to ecto_sql ~> 3.0, but after that a ton of tests failed.

Are you perhaps already working on making this compatible to Phoenix 1.4?

quexpl commented 3 years ago

Hey @strayer! I'm a official contributor of canary and I will be helping @cpjk with developing it. I'm planning to do a merge of runhyve/canary (and release a new version of canary) where I upgraded dependencies, enabled github actions etc. We are using this fork for a while with phoenix 1.5, in the meantime you can check that.

strayer commented 3 years ago

Hey @quexpl, thanks for linking the fork, that version seems to work fine for now!