resonatecoop / mobile

A mobile app for playing music on Resonate, an open source music streaming co-op; built with TypeScript and React Native
GNU General Public License v3.0
15 stars 2 forks source link

feat: wip on adding a log in button #9

Open simonv3 opened 2 years ago

simonv3 commented 2 years ago

This seems to be working okay except that we need to set up a client for dream (I'm kind of regretting this name now lol) specifically, as well as allow the specific redirect URIs for it, which is a matter for the id server.

response Object {
  "authentication": null,
  "error": [Error: An unknown error occurred],
  "errorCode": null,
  "params": Object {
    "error": "invalid_redirect_uri",
    "state": "oDNkqZvst0",
  },
  "type": "error",
  "url": "exp://192.168.0.14:19000?error=invalid_redirect_uri&state=oDNkqZvst0",
}