Drop-in authentication support for Phoenix apps using AshAuthentication.
Find a file
dependabot[bot] 124a9101ca
chore(deps): bump ash_authentication from 3.10.0 to 3.10.2 (#154)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.10.0 to 3.10.2.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.10.0...v3.10.2)

---
updated-dependencies:
- dependency-name: ash_authentication
  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>
2023-03-08 08:41:09 +13:00
.devcontainer chore(devcontainer): store Dialyzer PLTs in a volume. 2022-12-16 15:36:51 +13:00
.github chore: add check for conventional commits. (#128) 2023-02-23 10:46:51 +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 docs: Updates identity to use unique_email in all cases 2023-03-02 12:20:24 +13:00
lib improvement: allow folks to disable togglers by setting their text to nil. 2023-03-02 12:33:49 +13:00
test feat(MagicLink): Add the UI for requesting a magic link. (#121) 2023-02-13 11:52:10 +13:00
.doctor.exs
.formatter.exs chore: fox formatting. 2023-01-13 14:38:28 +13:00
.gitignore
.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.6.2 2023-03-06 21:30:31 +00:00
LICENSE
mix.exs chore: release version v1.6.2 2023-03-06 21:30:31 +00:00
mix.lock chore(deps): bump ash_authentication from 3.10.0 to 3.10.2 (#154) 2023-03-08 08:41:09 +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