You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
Hi everyone, I became interested in implementing open badges for my students in college, but the more I read about it the more it looks like this project is abandoned. Is that the case?
Things I'm running into is not being able to bake images for example. I think the reason is the API is not updated anymore but I could be wrong.
I then try to use the baker API in order to bake this json into the badge image, but that keeps throwing errors like "invalid assertion structure" and "uid":{"message":"must be a string"
These look like errors pointing to older version of the specification since uid isn't used anymore as far as I can see in the docs.
uid has been replaced by the IRI-based id property. It should not be used in v2.0+ Assertions.
Can someone tell me if this is still a project that's being maintained or should I abandon the idea of using openbadges?
Hi everyone, I became interested in implementing open badges for my students in college, but the more I read about it the more it looks like this project is abandoned. Is that the case?
Things I'm running into is not being able to bake images for example. I think the reason is the API is not updated anymore but I could be wrong.
An example is this test assertion:
Badgr seems to validate this just fine.
I then try to use the baker API in order to bake this json into the badge image, but that keeps throwing errors like "invalid assertion structure" and "uid":{"message":"must be a string"
These look like errors pointing to older version of the specification since uid isn't used anymore as far as I can see in the docs.
uid has been replaced by the IRI-based id property. It should not be used in v2.0+ Assertions.
Can someone tell me if this is still a project that's being maintained or should I abandon the idea of using openbadges?
The error can be triggered here: http://backpack.openbadges.org/baker?assertion=https://weareimd.be/openbadges/assertions/u0077344_mongodb.json
or by going here http://bakery.openbadges.org/
Thanks for helping out!
The text was updated successfully, but these errors were encountered: