The Ash Authentication framework
Find a file
2022-09-28 10:11:00 +13:00
.devcontainer chore: Add devcontainer configuration. 2022-09-28 09:56:01 +13:00
config chore: add git_ops configuration. 2022-09-28 10:04:04 +13:00
lib chore: Initial empty mix new. 2022-09-28 09:54:05 +13:00
test chore: Initial empty mix new. 2022-09-28 09:54:05 +13:00
.doctor.exs chore: install and configure doctor. 2022-09-28 10:07:26 +13:00
.formatter.exs chore: Initial empty mix new. 2022-09-28 09:54:05 +13:00
.gitignore chore: install and configure dialyxir. 2022-09-28 10:11:00 +13:00
.tool-versions chore: Add devcontainer configuration. 2022-09-28 09:56:01 +13:00
CHANGELOG.md chore: release version v0.1.0 2022-09-28 10:05:16 +13:00
mix.exs chore: install and configure dialyxir. 2022-09-28 10:11:00 +13:00
mix.lock chore: install and configure dialyxir. 2022-09-28 10:11:00 +13:00
README.md chore: Initial empty mix new. 2022-09-28 09:54:05 +13:00

AshAuthentication

TODO: Add description

Installation

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

def deps do
  [
    {:ash_authentication, "~> 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.