Skip to content

Conversation

@SteffenDE
Copy link
Contributor

@SteffenDE SteffenDE commented Feb 11, 2025

Closes #6041.

If you want to test this:

git clone https://github.com/phoenixframework/phoenix.git
cd phoenix
git checkout sd-phx-gen-auth-magic
mix deps.get
cd installer
mix phx.new auth_app --dev --database sqlite3
cd auth_app
mix phx.gen.auth Accounts User users
mix deps.get
mix ecto.migrate
mix phx.server
# visit http://localhost:4000/users/register

@SteffenDE SteffenDE force-pushed the sd-phx-gen-auth-magic branch from 4539200 to 3f7da5a Compare February 12, 2025 10:17
Closes #6041.

Still todo: documentation.
@SteffenDE SteffenDE force-pushed the sd-phx-gen-auth-magic branch from 3f7da5a to ecc3790 Compare February 12, 2025 10:40
SteffenDE and others added 2 commits February 14, 2025 10:07
Co-Authored-By: José Valim <jose.valim@dashbit.co>
@SteffenDE SteffenDE marked this pull request as ready for review February 20, 2025 15:18
@SteffenDE SteffenDE merged commit 01df1dc into main Feb 20, 2025
10 checks passed
@SteffenDE SteffenDE deleted the sd-phx-gen-auth-magic branch February 20, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update phx.gen.auth with sudo mode and magic links

3 participants