riverrun / comeonin

Password hashing specification for the Elixir programming language

Home Page:https://hex.pm/packages/comeonin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comeonin is not loaded for mac os x

rissicay opened this issue · comments

When attempting to use hashpwsalt in one of my modules I get a warning that comeonin isn't loaded.

Versions:
Elixir: 1.4.5
Phoenix: 1.3
Comeonin: 4.0

Warning message while running mix phx.server:

warning: function Comeonin.Bcrypt.hashpwsalt/1 is undefined (module Comeonin.Bcrypt is not available)

When I downgrade Comonein to 3.2, everything works as expected. I've tried removing the build folder and mix clean, mix deps.clean --all multiple times and nothing.

Same problem on Ubuntu 16.04
Elixir: 1.4.5
Phoenix: 1.3.0
Comeonin: 4.0

Tested on Comeonin 3.2, everything is ok.

the lib folder is completely empty in v4 compared to v3.2, is that how its meant to be?

https://github.com/riverrun/comeonin/tree/v4.0/lib/comeonin

EDIT: Nvm, i see that everything has been moved into other dependences

They changed the way the imports works it seems

https://github.com/riverrun/comeonin/wiki