Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Configuration URL is missing a leaderboard_base URI #228

Closed
crankycoder opened this issue Jan 11, 2016 · 1 comment
Closed

Configuration URL is missing a leaderboard_base URI #228

crankycoder opened this issue Jan 11, 2016 · 1 comment

Comments

@crankycoder
Copy link

The stumbler client should only have to know about the configuration URL.

Inside the current JSON blob that gets returned, I get :

{
  "redirect_uri":"http://cloudvm.jaredkerim.com/api/v1/fxa/redirect/",
  "scopes":"profile leaderboard",
  "profile_uri":"https://stable.dev.lcip.org/profile/",
  "client_id":"8068585724a0bc0a",
  "oauth_uri":"https://oauth-stable.dev.lcip.org/"
}

This is missing a leaderboard base uri which is required to generate the full URL to submit data to the leaderboard and to generate the URL to look up a user profile.

I suggest using leaderboard_base_uri as the key.

jaredlockhart added a commit that referenced this issue Jan 12, 2016
- Add field to view
- Update test
- Update docs
jaredlockhart added a commit that referenced this issue Jan 12, 2016
Add leaderboard_base_uri to config #228
@crankycoder
Copy link
Author

Is there a scheduled job that runs the deployments? I don't see any change yet on: http://leaderboard-dev.jaredkerim.com/api/v1/fxa/config/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants