# AshPhoenix

[](https://opensource.org/licenses/MIT)
[](https://coveralls.io/github/ash-project/ash_phoenix?branch=main)
[](https://hex.pm/packages/ash_phoenix)
See the online documentation for `AshPhoenix.LiveView` for the current set of utilities. This is a new integration, and doesn't do much. Currently, the only
thing that is offered are a few helpers for keeping query data live ins ide of live views. There is some experimental code here as well for passing an `Ash.Changeset` to Phoenix.HTML.form_for/4.
Roadmap:
- UI authorization utilities e.g `<%= if authorized_to_do?(resource, action, actor) do %>`
- Potentially helpers for easily connecting buttons to resource actions
- Form helpers for using `Ash.Changeset`s with `form_for`
```elixir
def deps do
[
{:ash_phoenix, "~> 0.4.23"}
]
end
```