Since might be necessary a loaded resource from the model id, I think it should be added to conn.assigns.
The problem is that, using Guardian, there is already a current_user from the jwt. But you cannot access to the requested resource if you are requesting another user.
Since might be necessary a loaded resource from the model id, I think it should be added to conn.assigns.
The problem is that, using Guardian, there is already a current_user from the jwt. But you cannot access to the requested resource if you are requesting another user.