I was looking to make a extention to create a flarum bot. To for example filter inappropriate content etc.
But when i make an api request it sends me the following:
You have been inactive for too long.
Json POST request:
{
"identification": "username/email",
"password": "pass",
"remember": false
}
Route called: /login
I'd greatly appriciate any help i can get!