AshAuthentication not storing authenticated user in connection

When you say that it worked before, which one worked before? store_authentication_result or store_in_session? store_authentication_result wouldn’t do anything that survives a redirect, it just assigns to the conn. But store_in_session would do that.