Currently, it's not possible to provide login through basic authentication. This means the username / password are provide through basic auth on every request, but the user.login method still needs to be called and the auth token still needs to be provided on every subsequent request.
Currently, it's not possible to provide login through basic authentication. This means the username / password are provide through basic auth on every request, but the user.login method still needs to be called and the auth token still needs to be provided on every subsequent request.