AlexandrePTJ / kemai

Kimai desktop client
MIT License
88 stars 25 forks source link

invalid credentials #119

Closed uniseller-io closed 1 month ago

uniseller-io commented 2 months ago

When I test credentials in Kemai settings I'm getting an answer {"message": "invalid credentials"}. Same token tested in Postman with success. What could be the problem? Log "GET /api/version HTTP/1.0" 403 33 "-" "Kemai/0.10.0"

virtulis commented 1 month ago

I think the token authentication only works in the development version, have you tried that?

AlexandrePTJ commented 1 month ago

@uniseller-io Sorry for the late response. @virtulis Yes it is true. So released version of Kemai still needs user/password. I plan to release a version to support token asap.

AlexandrePTJ commented 1 month ago

I just release 0.11.0 which allows API token.