The Ash Authentication framework
Find a file
dependabot[bot] ed62361258
chore(deps-dev): bump git_ops from 2.4.5 to 2.5.0 (#2)
Bumps [git_ops](https://github.com/zachdaniel/git_ops) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/zachdaniel/git_ops/releases)
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zachdaniel/git_ops/compare/v2.4.5...v2.5.0)

---
updated-dependencies:
- dependency-name: git_ops
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 09:49:19 +13:00
.devcontainer chore: Add devcontainer configuration. 2022-09-28 09:56:01 +13:00
.github chore: set up github actions. 2022-09-28 10:56:55 +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: set up github actions. 2022-09-28 10:56:55 +13:00
mix.lock chore(deps-dev): bump git_ops from 2.4.5 to 2.5.0 (#2) 2022-09-30 09:49:19 +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.