244
edits
| Line 37: | Line 37: | ||
* Issuer issues a badge on their site, then prompts the Badge Earner to push the badge into their Backpack for portability. | * Issuer issues a badge on their site, then prompts the Badge Earner to push the badge into their Backpack for portability. | ||
** Issuer does this through the [https://github.com/mozilla/openbadges/wiki/Issuer-API Issuer API] which provides script to present the Badge Earner with a modal dialog that requests their consent to add the Issuer's badge(s) to their Backpack. | ** Issuer does this through the [https://github.com/mozilla/openbadges/wiki/Issuer-API Issuer API] which provides script to present the Badge Earner with a modal dialog that requests their consent to add the Issuer's badge(s) to their Backpack. | ||
* Issuer can also push badges to the [https://github.com/mozilla/openbadges/wiki/Badge-Baking Mozilla Baking Service] where the JSON blobs | * Issuer can also push badges to the [https://github.com/mozilla/openbadges/wiki/Badge-Baking Mozilla Baking Service] where the assertion url representing JSON blobs is embedded into PNG files | ||
** n.b. Only necessary if Issuer wants the Earner to have the ability to store badges outside of the OBI. Otherwise Badge Baking handled through the [https://github.com/mozilla/openbadges/wiki/Issuer-API Issuer API]. | ** n.b. Only necessary if Issuer wants the Earner to have the ability to store badges outside of the OBI. Otherwise Badge Baking handled through the [https://github.com/mozilla/openbadges/wiki/Issuer-API Issuer API]. | ||
* Displayers pull unpacked badges (JSON) out of the Backpack based on privacy settings and Earner action. | * Displayers pull unpacked badges (JSON) out of the Backpack based on privacy settings and Earner action. | ||
edits