Gitlab 8.12 breaking
Seems like private token is not given out by Gitlab user API any more. So it is breaking authentication for this app.
You guys have a fix for it already? PR?
Not yet.. We just had a workaround by hardcoding one private token for now. But proper fix is not yet done..
How you hardcoded private token?
https://github.com/StephenOTT/GitLab-Time-Tracking/blob/v0.1/app/app.rb#L187 This is where private_token is loaded after callback. I just replaced it with my private token instead. Ugly, but works..
@chandruxp where did you get the token? It is personal access token (/profile/personal_access_tokens)?
Got it in Accounts page of profile settings (/profile/account)