flarum-api-client
flarum-api-client copied to clipboard
The API client for working with your Flarum forum.
Results
4
flarum-api-client issues
Sort by
recently updated
recently updated
newest added
It should be like this (notice the "Token " string before the token). ```php $api = Flarum('http://example.com', ['token' => 'Token ; userId=1']); ```
question
I would like to be able to log users into my forums automatically from my app