-
A fully working demo app based off the
all-extensions
branch. Content of sent mails can be found in logs.
These branches only consists of the absolute minimum configuration.
-
Basic Pow Phoenix setup (diff)
The minimum setup needed with Pow on a Phoenix app.
-
The base Pow setup with all Pow extensions enabled. Content of sent mails can be found in logs.
-
The base Pow setup with user roles guide.
-
The base Pow setup with lock users guide.
-
Lock users with PowResetPassword (diff)
The
lock-users
branch withPowResetPassword
extension enabled and handled as described in the guide. -
Redis Cache Store Backend (diff)
The base Pow setup with Redis cache store backend guide.
-
Multitenancy with Triplex (diff)
The base Pow setup with Multitenancy Triplex guide.
-
The base Pow setup with API guide.
-
Password breach validation (diff)
The base Pow setup with Password breach lookup and other password validation rules.
-
Resend e-mail confirmation link (diff)
The
all-extensions
branch with Resend email confirmation link post. Content of sent mails can be found in logs.
To start the Phoenix server:
- Setup the project with
mix setup
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.