pd4d10 / git-touch

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

Support browsing without login #192

Closed linsui closed 3 years ago

linsui commented 3 years ago

Could you please support using this app without accounts? Thanks!

shreyas1599 commented 3 years ago

Unfortunately I don't think GitHub allows this. To use their api, the user has to be authenticated

linsui commented 3 years ago

Unauthenticated clients can make 60 requests per hour. To get more requests per hour, we'll need to authenticate. In fact, doing anything interesting with the GitHub API requires authentication.

Yep. I got it.