Moss

How to log in on the web ?

1.Log in by Access Token.

You can get access token through Moss(v1.0.2) Android App.

2.Log in by Auth Success Url. (Unavailable)

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',
        },
      );