Hey guys, I'm getting some issues trying to this addon on my symfony website, everything seem to be setup but when I try to login a dummy user I keep getting a timeout. I tried to search for the problem so I tried to request the token of an already created user on my Flarum with a POST request on reqbin
{"json" : [{
"identification" : "myusername",
"password" : "mypassword",
"lifetime" : "3600"}]}
But the response is always {"errors":[{"status":"401","code":"not_authenticated"}]}
Does someone have an idea on how to fix that ?
I also have an other problem when I try to login, It pings on 443 on my Flarum, but I only opened the 80 (or 8888) for security reasons, can't I make the Rest API fetch the POST reponse on another port ? (It's behind a reverse proxy so it's a bit tricky I can't really call a specific port but only on a subdomaine name)
Thx π