Ash Framework
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.
JoinAsh Framework
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.
JoinCancel job Ash Oban
Filter by encrypted attribute
ash_cloak
. I'd like to implement an action where I search for users given a national identification number as an argument. With the filter
filter expr(national_identity_number == ^arg(:query))
filter expr(national_identity_number == ^arg(:query))
related Json api to load a resource which is not global multi-tendency when we have master user
Cinder Table and Testing
Magic link with registration does not work.
Ash Ai allow multi full text columns
How to Use DB/Redis based Sessions with AshAuthentication Instead of JWTs?
Forgotten `change` in update action leads to hours of troubleshooting and sadness
change
in front of a set_attribute
in an update
action and nothing really reacted to that except that the attribute wasn't set. Is there a flag I can set somewhere to have Spark or Ash or something crash loudly at me when I use keywords in wrong places?
Sad code:
```elixir
update :set_family do...Server-side params for AshPhoenix Form
validate
and submit
? So far I've been defining a form_params(socket, params)
helper that injects/overrides various params before passing the result to validate/submit. This has worked OK but feels wrong, and today I ran into an issue of having to reverse-engineer how AshPhoenix expects unions to work.
Appreciate any insight and guidance y'all can provide!...Claim tenant did not pass validation in multitenancy
Miss understanding to use policy in read action, Handling Missing Actor
:me
action.
Here’s my current setup:
```elixir...ashai vectorize

Ash Authentication ApiKey strategy
AshJsonApi.Test post function does not allow change host
AshJsonApi.Test
post function dose not allow to overwrite the host as a header, is it bug? or i am writing host in bad place?
like:
```elixir
headers = [{"x-no-tenant", "false"}, {"host", "test.example.com"}]
url = "/auth/sign-in#{filds}"...ash resource force load relationship
Prefix changes the Api path in SwaggerUi but Not Acceptable
prefix "/api/v1"
in my json_api
and it is changed inside SwaggerUi to this prefix
.
For example /api/v1/auth/sign-in
like this
```elixir
json_api do
prefix "/api/v1"...Bypassing Multitenancy on Destroy Actions
Anonymous users with AshAuthentication
Managing Relationships - Cascading deletes for has_one relationships.