Last active
December 18, 2015 04:29
-
-
Save cmcavoy/5725532 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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