Closed andsofine closed 2 years ago
ignoreConfig.dart
file in the lib/common/config/directory by yourself : class NetConfig {
static const CLIENT_ID = "xxxx";
static const CLIENT_SECRET = "xxxxxxxxxxx";
}
Register Github APP Github App Authorization callback URL must be gsygithubapp://authed
Login Page click OAuth button4.
your GitHub account
- you need to create a
ignoreConfig.dart
file in the lib/common/config/directory by yourself :class NetConfig { static const CLIENT_ID = "xxxx"; static const CLIENT_SECRET = "xxxxxxxxxxx"; }
- Register Github APP Github App Authorization callback URL must be gsygithubapp://authed
- Login Page click OAuth button4.
- your GitHub account
and yet, is it possible to update the application so that everything works automatically like the clients that I cited as an example above? ("OpenHub" has not been updated for a year, but authorization still works fine)
1、click Register Github APP and regsiter your github app
2 、put gsygithubapp://authed
like image below, other as your like:
3、register success you got CLIENT_ID & CLIENT_SECRET
4、 put it into ignoreConfig.dart file
all above is your want to build app by source code
1、click Register Github APP and regsiter your github app
2 、put
gsygithubapp://authed
like image below, other as your like:3、register success you got CLIENT_ID & CLIENT_SECRET
4、 put it into ignoreConfig.dart file
all above is your want to build app by source code
I'm using the f-droid version. (and got it is this the latest version?)
1、click Register Github APP and regsiter your github app 2 、put
gsygithubapp://authed
like image below, other as your like: 3、register success you got CLIENT_ID & CLIENT_SECRET 4、 put it into ignoreConfig.dart file all above is your want to build app by source codeI'm using the f-droid version. (and got it is this the latest version?)
and on the f-droid version i get a 404 error
could you please update the app on f-droid?
sorry, I'm not sure that what you mean ?
you download the apk I build before ,and then auth by GitHub result in 404 ?
I test this case work well with the last apk
sorry, I'm not sure that what you mean ? you download the apk I build before ,and then auth by GitHub result in 404 ?
I test this case work well with the last apk
my fault, i thought you uploaded the app to the official f-droid repository. but refuses I downloaded the apk (which gives an error and does not request access to the account) from the Izziondroid repository. as far as I understand, it was not you who uploaded the apk there.
in that case, I have a request to add the app to f-droid. what do you think?
Everytime I will publish apk at https://github.com/CarGuo/gsy_github_app_flutter/releases, so If you want to add the app to f-droid , help yourself
unable to register. maybe I'm doing something wrong. but you can make an automatic request for access to your account as in the openhub or octodroid. there you don’t even need to enter anything because I was already logged in to the browser (but gsy doesn't seem to see it) and just granted access.