hello everybody, hope you are good.
i have an laravel, vuejs and inertiajs application which uses default laravel authentication (with small changes). i don't know what is the data flow for the authentication system. for example, let's say i want to attach some data to the current session when user access the application for first time. how can i do this? where is laravel doing first steps in checking the session token?
i need this because i try to avoid making a database request in middlewarefor making a session update.