TransforMap / data.transformap.co

Here you find a Node.js daemon to serve the public TransforMap web service.
https://data.transformap.co
GNU Affero General Public License v3.0
7 stars 2 forks source link

Auth /user endpoint does not contain user details #58

Open almereyda opened 6 years ago

almereyda commented 6 years ago

What works in the staging instance when opening

// 20180131190043
// https://transformap-data.apps.allmende.io/user

{
  "_id": "52cd173d1c879c81f7a15435a7009493",
  "_rev": "1-6b27087412554d8c757e40c9648ec357",
  "contact": {
    "name": "almereyda",
    "email": "almereyda@allmende.io"
  },
  "auth": {
    "provider": "https://lab.allmende.io/u/almereyda"
  }
}

does not work on the live instance

// 20180131190038
// https://data.transformap.co/user

{
  "_id": "4a429c6bcd8f88167b04c98bbe2a2676",
  "_rev": "1-4ed7aaef0d8e1e9adf244eaf166dc185",
  "contact": {

  },
  "auth": {

  }
}