Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

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>
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
2 participants