[AshAuthentication] Unable to redefine User.id as a v7 uuid
If you modify
user.ex
and redefine id
as having the type uuid_v7_primary_key
You will get the runtime error:
(EXIT from #PID<0.94.0>) an exception was raised:
(Spark.Error.DslError) authentication -> strategies:
The API key resource MyApp.Accounts.ApiKey
must have id
with type Ash.Type.UUID
1 Reply
Solution
fixed in
main
of AshAuthentication