Drop-in authentication support for Phoenix apps using AshAuthentication.
Go to file
dependabot[bot] f5c76ca4e2
build(deps): bump ash in the production-dependencies group (#483)
Bumps the production-dependencies group with 1 update: [ash](https://github.com/ash-project/ash).


Updates `ash` from 3.2.2 to 3.2.6
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.2.2...v3.2.6)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 09:36:41 -04: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 chore: fix git-ops configuration. 2024-05-10 12:40:45 +12:00
dev improvement: fix deprecation warnings about live_flash/2. 2024-07-10 14:01:19 +12:00
documentation Update tutorial to move from api -> domains 2024-05-27 12:54:42 +12:00
lib chore: format/clean deps 2024-07-18 09:40:21 -04: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.1 2024-07-10 14:17:32 +12:00
LICENSE chore: add publishing of releases to hex. (#29) 2022-12-08 16:02:51 +13:00
mix.exs chore: release version v2.0.1 2024-07-10 14:17:32 +12:00
mix.lock build(deps): bump ash in the production-dependencies group (#483) 2024-07-25 09:36:41 -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.