Skip to content

Commit

Permalink
chore: add a line about using ash_authentication_phoenix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 6, 2024
1 parent b2eef1e commit 56d6e65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions documentation/tutorials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ add authentication to your resources and APIs.
mix igniter.install ash_authentication
```

##### Using Phoenix?

Use the following. If you have not yet run the above command, this will prompt you to do so,
so you can run both or only this one.

```sh
mix igniter.install ash_authentication_phoenix
```

There is not a task(yet) for configuring the strategies and add-ons that you use.
So continue on below and select your strategies/add-ons and set them up manually.

Expand Down

0 comments on commit 56d6e65

Please sign in to comment.