# AshAuthentication.Phoenix ![Logo](https://github.com/ash-project/ash/blob/main/logos/ash-auth-logo.svg?raw=true) ![Elixir CI](https://github.com/team-alembic/ash_authentication_phoenix/workflows/Elixir%20Library/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Hex version badge](https://img.shields.io/hexpm/v/ash_authentication_phoenix.svg)](https://hex.pm/packages/ash_authentication_phoenix) The `ash_authentication_phoenix` package extends [`ash_authentication`](https://github.com/team-alembic/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](https://ash-hq.org) for more. Additionally, documentation for the latest release will be [available on hexdocs](https://hexdocs.pm/ash_authentication_phoenix) and for the [`main` branch](https://team-alembic.github.io/ash_authentication_phoenix). ## Contributing * To contribute updates, fixes or new features please fork and open a pull-request against `main`. * Please use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - this allows us to dynamically generate the changelog. * Feel free to ask any questions on out [GitHub discussions page](https://github.com/team-alembic/ash_authentication_phoenix/discussions). ## License MIT