You can get access token through Moss(v1.0.2) Android App.
It can't log in at the moment, Because the network request has a problem in the Web. If you have a solution, welcome to contact the author.
XMLHttpRequest error.
var respons = await http.post(
"https://github.com/login/oauth/access_token",
body: {
'client_id': 'xxx',
'client_secret': 'xxx',
'auth_code': 'xxx',
},
);