Drop-in authentication support for Phoenix apps using AshAuthentication.
Find a file
2023-01-29 20:57:35 +00:00
.devcontainer chore(devcontainer): store Dialyzer PLTs in a volume. 2022-12-16 15:36:51 +13:00
.github chore(ci): Use my PAT to generate releases. 2022-12-15 10:07:23 +13:00
config improvement: remove readme contents, add tutorial (#81) 2023-01-26 09:26:14 -05:00
dev improvement: Add Github icon. (#55) 2023-01-12 19:16:23 +13:00
documentation chore: release version v1.4.6 2023-01-29 20:57:35 +00:00
lib improvement: improve default theme on dark mode. (#87) 2023-01-30 09:51:53 +13:00
test chore(deps): bump ash from 2.5.2 to 2.5.4 (#67) 2023-01-19 11:12:18 +13:00
.doctor.exs feat(PasswordReset): Add password reset support to the UI. (#10) 2022-11-03 16:07:25 +13:00
.formatter.exs chore: fox formatting. 2023-01-13 14:38:28 +13:00
.gitignore chore: set up dev Phoenix server. 2022-10-25 11:23:05 +13:00
.tool-versions chore: update .tool-versions to erlang 25.2 and elixir 1.14.2. 2022-12-16 15:36:51 +13:00
CHANGELOG.md chore: release version v1.4.6 2023-01-29 20:57:35 +00:00
LICENSE chore: add publishing of releases to hex. (#29) 2022-12-08 16:02:51 +13:00
mix.exs chore: release version v1.4.6 2023-01-29 20:57:35 +00:00
mix.lock chore(deps): bump ash from 2.5.8 to 2.5.9 (#78) 2023-01-24 09:08:08 +13:00
README.md improvement: remove readme contents, add tutorial (#81) 2023-01-26 09:26:14 -05:00

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