We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
I try to get a jwt token:
curl --location 'https://<domain>/api/user/login' \ --data '{ "username": "admin", "password": "<my super password>" }'
The console responds:
{"success":false,"statusCode":403,"timestamp":"2024-05-29T20:12:21.696Z","timeMs":27,"data":{"type":"permission","message":"Permission denied"}}
And the log says:
POST /api/user/login) PermissionFailure: Permission denied - Unauthorized
I use the last version (in docker).
I tried to escape specials characters in the password, I created an admin user test with password test… Same error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I try to get a jwt token:
The console responds:
{"success":false,"statusCode":403,"timestamp":"2024-05-29T20:12:21.696Z","timeMs":27,"data":{"type":"permission","message":"Permission denied"}}
And the log says:
POST /api/user/login) PermissionFailure: Permission denied - Unauthorized
I use the last version (in docker).
I tried to escape specials characters in the password, I created an admin user test with password test… Same error.
The text was updated successfully, but these errors were encountered: