API Reference phx_auth_plus v#0.3.6

View Source

Modules

PhxAuthPlus - Complete authentication generator for Phoenix 1.8+.

Hashing library configuration helpers for the auth generator.

Context module generation for the auth generator.

Controller generation dispatcher for the auth generator (non-liveview mode).

Generates the confirmation controller for email verification.

Generates the forgot password controller (reset link request flow).

Generates the registration controller and associated HTML templates.

Generates the reset password controller (password reset with token flow).

Generates the session controller and associated HTML templates.

Generates the settings controller for email and password updates.

Test fixtures generation for the auth generator.

Layout modifications for the auth generator.

Confirmation LiveView generation for LiveView mode.

Forgot password LiveView generation for LiveView mode.

Login LiveView generation for LiveView mode.

Registration LiveView generation for LiveView mode.

Reset password LiveView generation for LiveView mode.

Session controller generation for LiveView mode.

Settings LiveView generation for LiveView mode.

LiveView generation dispatcher for the auth generator.

Database migration generation for the auth generator.

Notifier module generation for the auth generator.

Auth plug generation for the auth generator.

Router configuration for the auth generator.

Schema generation for the auth generator.

UserToken schema generation for the auth generator.

Scope module generation for the auth generator.

Test file generation for the auth generator.

UI generation dispatcher for the auth generator.

Mix Tasks

Generates complete authentication for Phoenix 1.8+ applications.