Drop-in authentication support for Phoenix apps using AshAuthentication.
Find a file
dependabot[bot] 92c8978359
chore(deps-dev): bump credo from 1.7.3 to 1.7.4 (#374)
Bumps [credo](https://github.com/rrrene/credo) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v1.7.3...v1.7.4)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 10:00:44 +13:00
.devcontainer
.github chore: Add ex_check and sobelow. (#363) 2024-01-24 11:07:17 +13:00
config
dev chore: remove unused alias 2024-01-21 14:07:14 -05:00
documentation
lib fix: honour the error field in AuthenticationFailed errors in forms. (#368) 2024-02-07 09:08:36 +13:00
test chore: switch to base_url 2023-12-15 20:26:13 -05:00
.doctor.exs
.formatter.exs
.gitignore
.tool-versions
CHANGELOG.md chore: release version v1.9.2 2024-02-02 02:33:24 +00:00
LICENSE
mix.exs chore: release version v1.9.2 2024-02-02 02:33:24 +00:00
mix.lock chore(deps-dev): bump credo from 1.7.3 to 1.7.4 (#374) 2024-02-09 10:00:44 +13:00
README.md

AshAuthentication.Phoenix

Logo Elixir CI License: MIT Hex version badge

The ash_authentication_phoenix package extends ash_authentication by adding router helpers, plugs and behaviours that makes adding authentication to an existing Ash-based Phoenix application dead easy.

Documentation

See the official documentation for more.

Additionally, documentation for the latest release will be available on hexdocs and for the main branch.

Contributing

  • To contribute updates, fixes or new features please fork and open a pull-request against main.
  • Please use conventional commits - this allows us to dynamically generate the changelog.
  • Feel free to ask any questions on out GitHub discussions page.

License

MIT