tulleuchen / jirastopwatch

Not MORE timetracking - just EASIER timetracking
http://jirastopwatch.com
Apache License 2.0
142 stars 98 forks source link

Can't login with Two-Factor Authentication #125

Closed DevinRaz closed 5 years ago

DevinRaz commented 6 years ago

Is there existing code out there to allow login with Two-Factor Authentication enabled? Tested on accounts with and without two-step, Accounts with are getting the Invalid username and password Error. And without work just fine.

123dev commented 5 years ago

Yep, this is an issue for us as well. We should be able to use API Token instead of password, which didn't work.

123dev commented 5 years ago

Current code is authenticating using: /rest/auth/1/session which is deprecated and will stop working altogether on Dec 1, 2018

carstengehling commented 5 years ago

I've just made a release today containing API token authentication. Get it here https://github.com/carstengehling/jirastopwatch/releases/latest and try it out.