In your authentication method you can store the form data in either Cache or Session. If the authentication was successful you can check if any such data is stored and execute the needed operations on the supplied data.
michaeltintiuc said:
In your authentication method you can store the form data in either Cache or Session. If the authentication was successful you can check if any such data is stored and execute the needed operations on the supplied data.
Do you have some examples ? I don't know how to store session before authentication. when user submitted form.
Thank.
The Laravel documentation is one of the best ones I've read:
Sorry for not providing examples, but I do believe that knowing the framework you work with makes you a better developer :) Best of luck
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community