pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.53k stars 130 forks source link

github OAuth doesn't work #291

Closed iTrooz closed 1 year ago

iTrooz commented 1 year ago

Immediately after installing the app, I tried to add a github account using OAuth (first option) When I authorized the application through github, the application just returning to the "add an account" screen without adding the account

I then tried with a Personal Access Token, which worked fine. I then tried to add again the account with OAuth. This time, the account was added (and so I had two accounts, one with PAT and one with OAuth), but using it brings the following error (see screenshot) Screenshot_20221103-201518_GitTouch

thomas-bouvier commented 1 year ago

Hey, I think this has been fixed in https://github.com/git-touch/git-touch/releases/tag/v1.13.0

iTrooz commented 1 year ago

Indeed that fixed it ! Sorry I didn't check versions first