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
X-AUTH-*
The X-AUTH-* authorization, see https://www.kimai.org/documentation/2.13.0/user-api.html, is deprecated and does not work on our on-premise-installation of current Kimai, although it works on the current Kimai Demo. Correct authorization scheme is Authorization: Bearer, see https://www.kimai.org/documentation/user-api.html.
Authorization: Bearer
I'll make a pull request.
The text was updated successfully, but these errors were encountered:
fixes KatjaGlassConsulting#7
41bc3f8
Side note: I saw, X-AUTH-* probably still works (didn't try), when setting and using an API password instead of a token, see https://demo-stable.kimai.org/de/profile/susan_super/api-token. But anyway, also there it's marked as deprecated.
Sorry, something went wrong.
No branches or pull requests
The
X-AUTH-*
authorization, see https://www.kimai.org/documentation/2.13.0/user-api.html, is deprecated and does not work on our on-premise-installation of current Kimai, although it works on the current Kimai Demo.Correct authorization scheme is
Authorization: Bearer
, see https://www.kimai.org/documentation/user-api.html.I'll make a pull request.
The text was updated successfully, but these errors were encountered: