Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth /user endpoint does not contain user details #58

Open
almereyda opened this issue Jan 31, 2018 · 0 comments
Open

Auth /user endpoint does not contain user details #58

almereyda opened this issue Jan 31, 2018 · 0 comments

Comments

@almereyda
Copy link
Member

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": "[email protected]"
  },
  "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": {
    
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant