Instead of passing around passwords. Why not use something like socialite? https://laravel.com/docs/9.x/socialite
Getting a users password when they reset it
Hi there,
I work at a university and we give our IT students accounts on a few IT platforms. I am building an app that manages student accounts on these platforms. I would like the password that the students use on my app to also be used on these platforms so they only have to use one password.
For example, we give our students a cPanel account. When I create the students account on my app it creates them a cPanel account and uses the same password I generate for my app for their cPanel account (I have done this part). However, if they forget their password on my app and reset it using the forgot password link I want to use the cPanel API to update their password on their Cpanel account.
How would I go about this?
Please or to participate in this conversation.