Drop-in authentication support for Phoenix apps using AshAuthentication.
Find a file
2024-04-26 09:22:14 -04:00
.devcontainer
.github chore: disable auto-releasing for now. 2024-04-02 09:45:18 +13:00
config improvement!: Update to support Ash 3.0, et al. 2024-04-02 09:46:05 +13:00
dev
documentation
lib fix: set tenant on form creation 2024-04-17 00:44:04 +01:00
test improvement!: Update to support Ash 3.0, et al. 2024-04-02 09:46:05 +13:00
.doctor.exs
.formatter.exs
.gitignore
.tool-versions
CHANGELOG.md chore: release version v2.0.0-rc.2 2024-04-13 17:58:51 -04:00
LICENSE
mix.exs chore: release version v2.0.0-rc.2 2024-04-13 17:58:51 -04:00
mix.lock chore(deps): bump ash from 3.0.0-rc.29 to 3.0.0-rc.31 (#434) 2024-04-26 09:22:14 -04: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