mozilla / openbadges-cem

Assets and planning for Open Badges platform for Connected Educator Month.
1 stars 4 forks source link

Adding openbadger webhooks to support direct badge issuing #99

Closed ghost closed 10 years ago

ghost commented 10 years ago

This adds the /notify/claim endpoint to the CEM site, allowing openbadger to notify CEM of a badge that was issued to a user from within the openbadger interface. CEM then automatically claims the badge and sends an email to the user notifying them of their sweet new badge.

The openbadger instance will need to have an environment variable set as follows:

export OPENBADGER_NOTIFICATION_WEBHOOK=http://badges.connectededucators.org/notify/
threeqube commented 10 years ago

@cmcavoy Can I let folks know that this capability has been added?