@badgefed is an open-source project that generates digital recognition in the form of #OpenBadges.
OpenBadges is a specification based on JSON. BadgeFed currently uses version 2 of the spec.
The main difference with v3 is verification.
In OpenBadges v3, the badge can be verified by itself because the verification information is embedded in the credential.
In OpenBadges v2, verification requires retrieving information from the issuer and badge endpoints.
For our use case, issuing recognition on the internet, this is not a problem.
In fact, we actually WANT that external verification step.
It allows badges to reference issuer endpoints and remain connected to the systems that created them.