laravel / fortify

Backend controllers and scaffolding for Laravel authentication.
https://laravel.com/docs/fortify
MIT License
1.61k stars 295 forks source link

Consider changing parameters on contracts #277

Closed Velka-DEV closed 3 years ago

Velka-DEV commented 3 years ago

Description:

Actually array's of data input is pass to contracts functions (Actions like CreateNewUser)

It's not really cool because we can't access other request data, like actually i need to retrieve a cookie on the register request but i can't access it because we don't have the request

Or maybe i miss something

driesvints commented 3 years ago

If you want to propose something feel free to send in a PR 👍

Velka-DEV commented 3 years ago

PR wating for review: https://github.com/laravel/fortify/pull/278