Yeah I ran into that one too. To fix the immediate problem, you just need to add enabled? true in the tokens section:
tokens do
enabled? true # Add this line
token_resource Example.Accounts.Token
signing_secret Example.Accounts.Secrets
end
https://github.com/team-alembic/ash_authentication/issues/679






















