Good evening,
so I've implemented a custom user provider in one of our applications. Retrieving the data and works fine, dd'ing differnet points in the SessionGuard also seems to be working, the custom model is passed correctly everywhere. We use the database driver to store the sessions. For some reason tho, when the DatabaseSessionHandler receives the custom guard (which it does), the user is null. I've tried some debugging within the framework but I can't seem to figure out where the data is lost between the SessionGuard and DatabaseSessionHandler. I've also searched the internet finding similar problems but unfortunately no solutions.
Any help appreciated!