mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

issuer in OBI assertion should be the issuer organisation, not the user #174

Open askvictor opened 11 years ago

askvictor commented 11 years ago

At least that's my reading of the spec: https://github.com/mozilla/openbadges/wiki/Assertions

EDIT: in fact, the Issuer part of the assertion in django-badger is outdated; url (rather than location) and name are mandatory; email replaces contact.

lmorchard commented 10 years ago

This should be addressed in this pull request: https://github.com/mozilla/django-badger/pull/195