mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
90 stars 158 forks source link

Certificate checking via QR code #494

Closed giliomeejg closed 7 months ago

giliomeejg commented 2 years ago

A couple of small suggestions that will make this module super useful:

/mod/customcert/verify_certificate.php Use a GET rather than a post so that the certificate code can be more easily added, e.g. verify_certificate.php?code=2kfjowe8lkk

For the generated QR code, send the user to the above link, with the code embedded in the GET request.

mdjnelson commented 1 year ago

Are you able to create a pull request for this? Thanks. :)

mdjnelson commented 7 months ago

You can do this now, closing.