Drop-in authentication support for Phoenix apps using AshAuthentication.
Find a file
dependabot[bot] 90aca56c75
build(deps): bump ash from 3.0.8 to 3.0.9 (#457)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.8 to 3.0.9.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: ash
  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-06-03 10:04:10 -04:00
.devcontainer chore(devcontainer): store Dialyzer PLTs in a volume. 2022-12-16 15:36:51 +13:00
.github chore: disable auto-releasing for now. 2024-04-02 09:45:18 +13:00
config chore: fix git-ops configuration. 2024-05-10 12:40:45 +12:00
dev chore: remove unused alias 2024-01-21 14:07:14 -05:00
documentation Update tutorial to move from api -> domains 2024-05-27 12:54:42 +12:00
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 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 v2.0.0 2024-05-10 18:28:25 -04:00
LICENSE chore: add publishing of releases to hex. (#29) 2022-12-08 16:02:51 +13:00
mix.exs docs: Add override tutorial. (#444) 2024-05-13 16:25:57 +12:00
mix.lock build(deps): bump ash from 3.0.8 to 3.0.9 (#457) 2024-06-03 10:04:10 -04:00
README.md docs: Add override tutorial. (#444) 2024-05-13 16:25:57 +12:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

Ash Authentication Phoenix

Welcome! Here you will find everything you need to know to get started with Ash Authentication and Phoenix. This documentation is best viewed on hexdocs

About the Documentation

Tutorials walk you through a series of steps to accomplish a goal. These are learning-oriented, and are a great place for beginners to start.


Topics provide a high level overview of a specific concept or feature. These are understanding-oriented, and are perfect for discovering design patterns, features, and tools related to a given topic.


How-to guides are goal-oriented recipes for accomplishing specific tasks. These are also good to browse to get an idea of how Ash Authentication works and what is possible with it.


Reference documentation is produced automatically from our source code. It comes in the form of module documentation and DSL documentation. This documentation is information-oriented. Use the sidebar and the search bar to find relevant reference information.

Tutorials


Alembic

Proudly written and maintained by the team at Alembic for the Ash community.