A basic custom installation of Phoenix with POW authentication enabled.
Clone the repo to your local machine and install it.
$ git clone https://github.com/brandedux/phoenix_authentication.git
$ cd phoenix_authentication
$ mix deps.get
$ mix deps.compile
$ mix ecto.setup
$ cd assets && npm install
$ cd ..
$ mix phx.server
Ready to run in production? Please check the phoenix deployment guides.
- Official website: http://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix