Description
currently the ContentSession implementation expects the AuthInfo to be already present on the Subject. andrei.dulvac suggested that this could be improved by creating the AuthInfo based on the information present in the Subject as fallback instead of returning an EMPTY info.
That makes a lot of sense and would also simplify the creation of custom {{LoginModule}}s.