You can access the entire array by doing this:
$data = session ()->get ( 'protectedData' );
You can also access the key value pairings within the array using the dot notation.
$data = session ()->get ( 'protectedData.JwtToken' );
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community