Drop-in authentication support for Phoenix apps using AshAuthentication.
Find a file
2024-09-13 09:28:19 +12:00
.devcontainer chore(devcontainer): store Dialyzer PLTs in a volume. 2022-12-16 15:36:51 +13:00
.github ci: dependabot weekly 2024-06-19 10:16:38 -04:00
config test: dynamic router - some additional tests, fixes and failures (#493) 2024-08-14 11:48:18 -04:00
dev fix: apply auth_routes_prefix logic to reset_route as well 2024-09-12 10:48:05 -04:00
documentation fix: apply auth_routes_prefix logic to reset_route as well 2024-09-12 10:48:05 -04:00
lib fix: apply auth_routes_prefix logic to reset_route as well 2024-09-12 10:48:05 -04:00
test fix: ensure that params are sent when using route helpers 2024-09-03 10:12:03 -04:00
.credo.exs feat: Dynamic Router + compile time dependency fixes (#487) 2024-08-08 20:03:48 -04:00
.doctor.exs feat(PasswordReset): Add password reset support to the UI. (#10) 2022-11-03 16:07:25 +13:00
.formatter.exs feat: Dynamic Router + compile time dependency fixes (#487) 2024-08-08 20:03:48 -04:00
.gitignore chore: set up dev Phoenix server. 2022-10-25 11:23:05 +13:00
.tool-versions chore: Require Elixir ~> 1.16 - as our deps already do. 2024-09-13 09:27:46 +12:00
CHANGELOG.md chore: release version v2.1.1 2024-09-03 10:17:30 -04:00
LICENSE chore: add publishing of releases to hex. (#29) 2022-12-08 16:02:51 +13:00
mix.exs chore: Require Elixir ~> 1.16 - as our deps already do. 2024-09-13 09:27:46 +12:00
mix.lock chore: unlock unused dependencies. 2024-09-13 09:28:19 +12: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.