Drop-in authentication support for Phoenix apps using AshAuthentication.
Find a file
2022-10-25 10:44:50 +13:00
.devcontainer chore: set up devcontainer env. 2022-10-25 10:44:50 +13:00
lib chore: empty mix application. 2022-10-25 10:39:57 +13:00
test chore: empty mix application. 2022-10-25 10:39:57 +13:00
.formatter.exs chore: empty mix application. 2022-10-25 10:39:57 +13:00
.gitignore chore: set up devcontainer env. 2022-10-25 10:44:50 +13:00
.tool-versions chore: set up devcontainer env. 2022-10-25 10:44:50 +13:00
mix.exs chore: empty mix application. 2022-10-25 10:39:57 +13:00
README.md chore: empty mix application. 2022-10-25 10:39:57 +13:00

AshAuthenticationPhoenix

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ash_authentication_phoenix to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_authentication_phoenix, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_authentication_phoenix.