#Laravel AUTH flow

3 messages · Page 1 of 1 (latest)

supple whale
#

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.

forest topaz
supple whale
#

thanks a lot!