From be3e3522719bbc310eacca2617a21c8dd0e32f23 Mon Sep 17 00:00:00 2001 From: StephanH90 <88476449+StephanH90@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:23:25 +0100 Subject: [PATCH] docs: add notice about minimum ash_postgres version (#517) --- documentation/tutorials/auth0-quickstart.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/tutorials/auth0-quickstart.md b/documentation/tutorials/auth0-quickstart.md index f4683ec..7eeba1d 100644 --- a/documentation/tutorials/auth0-quickstart.md +++ b/documentation/tutorials/auth0-quickstart.md @@ -6,6 +6,9 @@ Auth0 for authentication. Before you start this tutorial, skip the Token resource while following the [AshAuthenticationPhoenix guide](https://hexdocs.pm/ash_authentication_phoenix/getting-started-with-ash-authentication-phoenix.html)) +> [!WARNING] +> Make sure that your `ash_postgres` dependency is `~> 1.3.64`. A bug in previous versions prevents the action shown below from working correctly. + Next, you need to configure an application in [the Auth0 dashboard](https://manage.auth0.com/) using the following steps: