riverrun / phauxth

Not actively maintained - Authentication library for Phoenix, and other Plug-based, web applications
409 stars 20 forks source link

--remember returns error Phauxth.Remember - you need to set a `create_session_func` in the opts #96

Closed AndreasBraun2015 closed 5 years ago

AndreasBraun2015 commented 5 years ago

Thank you for the great package.

I tried to use the phauxth.new command with --remember. Starting the server returns the following error

RuntimeError at GET / Phauxth.Remember - you need to set a create_session_func in the opts

I am using phoenix 1.4

riverrun commented 5 years ago

Thanks for letting me know.

Could you update the version of the installer that you are using? then it should work fine. Let me know how you get on.

AndreasBraun2015 commented 5 years ago

With the new version it works fine.