AppDoctorIo/accesspass

move to behaviors for custom overrides

jpiepkow opened this issue · 1 comments

The way accesspass does overrides and hooks currently is kind of hacky and does not fall in line with elixir standards.

The idea is to have it like Ecto where you can define a custom module that calls Use AccessPassBehavior if you want to override any hooks/overrides. If not unlike ecto you should not have to specify a mod.