Skip to content

Instantly share code, notes, and snippets.

@cmcavoy
Last active December 18, 2015 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmcavoy/5725532 to your computer and use it in GitHub Desktop.
Save cmcavoy/5725532 to your computer and use it in GitHub Desktop.
1) A user earns a STEAM badge on CSOL.
2) CSOL / OpenBadger makes a call to iRemix and passes the username to iRemix
3) iRemix returns a link with an access code to allow the user to sign up to CSOL / OpenBadger.
4) User gets an email that says they earned a STEAM badge, and the link to sign up
5) iRemix calls to OpenBadger with the username to collect badges.
6) iRemix issues badges via OpenBadger.
the thing we'll have trouble with pii wise is 5) iRemix calls to OpenBadger with the username to collect badges.
we can't have this be a totally open end point.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment