MickGe

Results 1 issues of MickGe

Hello! I try to get a jwt token: ```bash curl --location 'https:///api/user/login' \ --data '{ "username": "admin", "password": "" }' ``` The console responds: ```console {"success":false,"statusCode":403,"timestamp":"2024-05-29T20:12:21.696Z","timeMs":27,"data":{"type":"permission","message":"Permission denied"}} ``` And the...