Drop-in authentication support for Phoenix apps using AshAuthentication.
Find a file
dependabot[bot] df0bc3e13b
chore(deps): bump phoenix_live_view from 0.20.11 to 0.20.12 (#394)
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.20.11 to 0.20.12.
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_live_view/compare/v0.20.11...v0.20.12)

---
updated-dependencies:
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  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-03-06 14:49:44 +13:00
.devcontainer chore(devcontainer): store Dialyzer PLTs in a volume. 2022-12-16 15:36:51 +13:00
.github chore: Add ex_check and sobelow. (#363) 2024-01-24 11:07:17 +13:00
config chore: update ash & docs 2023-09-25 10:28:18 -04:00
dev chore: remove unused alias 2024-01-21 14:07:14 -05:00
documentation docs: Add note about customizing the layout file to the Getting Started guide 2023-11-13 15:08:28 +08:00
lib fix: Fix typos in override class names 2024-03-05 11:45:07 +08:00
test chore: switch to base_url 2023-12-15 20:26:13 -05: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 fix: handle change from ash_authentication where resettable is no lon… (#279) 2023-09-22 12:13:16 -04:00
CHANGELOG.md chore: release version v1.9.3 2024-03-05 03:48:54 +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.9.3 2024-03-05 03:48:54 +00:00
mix.lock chore(deps): bump phoenix_live_view from 0.20.11 to 0.20.12 (#394) 2024-03-06 14:49:44 +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