The Ash Authentication framework
Find a file
dependabot[bot] ad29a2a9ff
chore(deps): Bump the production-dependencies group across 1 directory with 4 updates (#776)
* chore(deps): Bump the production-dependencies group across 1 directory with 4 updates

Bumps the production-dependencies group with 3 updates in the / directory: [ash](https://github.com/ash-project/ash), [ash_postgres](https://github.com/ash-project/ash_postgres) and [joken](https://github.com/joken-elixir/joken).


Updates `ash` from 3.3.2 to 3.4.1
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.3.2...v3.4.1)

Updates `ash_postgres` from 2.1.17 to 2.2.3
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v2.1.17...v2.2.3)

Updates `joken` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/joken-elixir/joken/releases)
- [Changelog](https://github.com/joken-elixir/joken/blob/main/CHANGELOG.md)
- [Commits](https://github.com/joken-elixir/joken/commits)

Updates `spark` from 2.2.11 to 2.2.22
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/spark/compare/v2.2.11...v2.2.22)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: unlock unused dependencies.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Harton <james@harton.nz>
2024-09-02 08:44:36 +12:00
.devcontainer chore(devcontainer): store Dialyzer PLTs in a volume. 2022-12-16 11:49:39 +13:00
.github ci: dependabot weekly 2024-06-19 13:08:09 -04:00
.vscode feat: OpenID Connect Strategy (#197) 2023-05-04 13:15:24 +12:00
config Actually use 'trusted_audiences' in oauth2 strategy. (#770) 2024-08-15 17:30:17 -04:00
dev improvement: re-integrate ash_graphql and ash_json_api RCs. 2024-04-02 09:23:30 +13:00
documentation fix: allow overriding strategy defaults (#766) 2024-08-18 18:16:28 -04:00
lib improvement: add apple strategy (#750) 2024-09-02 08:37:34 +12:00
logos docs: Documentation refresh for Ash 3.0. (#665) 2024-05-08 11:50:57 +12:00
priv chore: add ash-functions for tests 2024-04-25 22:29:17 -04:00
test fix: allow overriding strategy defaults (#766) 2024-08-18 18:16:28 -04:00
.check.exs chore: Add extra checks in the CI pipeline. 2023-09-22 10:42:46 +12:00
.doctor.exs feat(PasswordReset): allow users to request and reset their password. (#22) 2022-11-02 18:18:20 +13:00
.formatter.exs improvement: add apple strategy (#750) 2024-09-02 08:37:34 +12:00
.gitignore chore: install and configure dialyxir. 2022-09-28 10:11:00 +13:00
.sobelow-conf chore: Add sobelow and mix_audit to CI. (#337) 2023-06-19 10:44:07 +12:00
.tool-versions fix: allow overriding strategy defaults (#766) 2024-08-18 18:16:28 -04:00
CHANGELOG.md chore: release version v4.0.3 2024-08-22 13:00:42 +12:00
LICENSE improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
mix.exs chore: release version v4.0.3 2024-08-22 13:00:42 +12:00
mix.lock chore(deps): Bump the production-dependencies group across 1 directory with 4 updates (#776) 2024-09-02 08:44:36 +12:00
README.md fix: broken links in readme (#692) 2024-05-21 19:34:22 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

Ash Authentication

Welcome! Here you will find everything you need to know to get started with and use Ash Authentication. 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.


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


Topics


Tutorials


Reference


Alembic

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