You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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