Greetings to all. Unfortunately, they can’t help me with the extension topic, since no one has answered there for months ...
I will try to ask my question here.
I have a Laravel project and I want to integrate it with the Flarum forum. I need users to register in my Laravel application and get to the forum with these accounts. I saw the FoF/Passport package - apparently this is the only solution for my purpose.
I did everything according to the instructions. Installed Passport in Laravel, installed FoF/Passport in Flarum. In the FoF extension, I indicated all the necessary data.
Now, when I click on the login button, I am shown a view with login and cancel buttons. When I click on the authorization button, something starts to load and does it endlessly. Before error 504 - connection timeout.
What could be the reason?
My Flarum runs in a subfolder and I access it as mydomain.com/forum - but I don't think that's the reason.