I am using Apollo with server-based authentication. When I enter the wrong password, I get the correct error (so it is hitting the server). When I enter the right credentials, I don't get any error, but I am not logged in.
I am using https, and Chrome and Firefox both show the connection as secure.
I would include code here, but not even sure where to start.