kek_oleg Hello, i am trying authorize user with my Laravel App, i am getting Access token and trying set it to flarum_session but it does not work. Maybe some one can help me with it?
luceos Easiest to set up is using passport on the laravel app and flagrow passport on the flarum install.
luceos As an alternative, what I did on flagrow.io, you can post underwater to a custom api endpoint on flarum to pre authorize and register the user, it provides a temporary token used to redirect the user to the forum and logs it in.