How to Use Built-In Phoenix Authentication: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 20:4720:47, 3 December 2023Admin talk contribs 1,910 bytes +885 No edit summary
  • curprev 02:1802:18, 3 December 2023Admin talk contribs 1,025 bytes +630 No edit summary
  • curprev 02:1002:10, 3 December 2023Admin talk contribs 395 bytes +395 Created page with "{{In_progress}} <hr/> Phoenix has a built in authentication generator. To use the feature, you can run the following command: <source> mix phx.gen.auth Accounts User users </source> You are asked to choose the form of authentication that you want. The 2 choices are LiveView authentication or Controller based authentication. ==LiveView Authentication== ==Controller Based Authentication=="