Hi,
I am using the guide located here: https://auth0.com/docs/quickstart/webapp/laravel/01-login
I am using the Custom User Handling section which working however when I do auth()->user()
, it just returns the UserInfo().
What is the best way to get the User Model instead ?
I need to access relations and casting
Thanks
Craig