Excuse me, I want to connect to the “OAuth” system developed by ourselves, instead of the third-party login that comes with PHPVMS, because we have a single-point login program of our own mature account management system. Is there any way to use it?
Hi,
As far as I know, we are using Laravel Socialite to use oAuth, and all of the options (Discord, IVAO, VATSIM) are provided by the system. I am not sure if you can alter it to work with a totally custom system, but it should be possible. Below are docs related to it;
https://laravel.com/docs/10.x/socialite
https://socialiteproviders.com/about/
Hope it helps a little