Skip to content

v1.0.9

Compare
Choose a tag to compare
@danschultzer danschultzer released this 04 Jun 21:32

Changes

  • Pow.Phoenix.Router will now only add specific routes if there is no matching route already defined #199
  • Added Pow.Plug.get_plug/1 and instead of :mod, :plug is used in config #207
  • Pow.Ecto.Context.authenticate/2 now returns nil if user id or password is nil #201

Bug fixes

  • Fixed bug with exception raised in Pow.Ecto.Schema.normalize_user_id_field_value/1 when calling Pow.Ecto.Context.get_by/2 with a non binary user id #201
  • Fixed bug with exception raised in Pow.Ecto.Schema.normalize_user_id_field_value/1 when calling Pow.Ecto.Context.authenticate/2 with a non binary user id #201

Deprecations

  • Deprecated Pow.Plug.get_mod/1 #207
  • Removed call to Pow.Ecto.Context.repo/1 b66912f