From b9a81770f3f25822faf6485deac6a80dd84d7d73 Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 14 May 2024 15:04:45 +1200 Subject: [PATCH] docs: you have to explicitly turn on token generation. --- documentation/tutorials/get-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index f45cdcd..42b3cae 100644 --- a/documentation/tutorials/get-started.md +++ b/documentation/tutorials/get-started.md @@ -186,6 +186,7 @@ defmodule MyApp.Accounts.User do end tokens do + enabled? true token_resource MyApp.Accounts.Token signing_secret fn _, _ -> Application.fetch_env(:my_app, :token_signing_secret)