[Laravel] Change user property after token validation

Hello, I want to add extra properties to user from Laravel Auth facade. I use Auth0 as service to login and Auth0 guard as routes secure. I think about add extra middleware to do it, but I don’t know how run this middleware after Auth0 token valitadtion.

It is my first time wneh I do somethink like that so I’ll be happy if someone tell me what I should read first do solve this.
It isn’t issue, it is just my problem with hope that someonelse had it.