Oomaxpro / moodle-auth_cognito

OOMAX Pro Authentication for Moodle LMS
https://oomaxpro.com/
0 stars 0 forks source link

missing privacy api #13

Closed danmarsden closed 1 month ago

danmarsden commented 1 month ago

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. Your plugin doesn't appear to store any user data so I suspect you shoudl be able to implement the simple null provider class.

Sites that use continuous integration processes will not be able to use your plugin because Moodle runs unit tests which check to see if all extra plugins include the privacy class.

More information on the privacy class is here: https://moodledev.io/docs/apis/subsystems/privacy

This is a plguins db approval blocker for plugins that integrate with an external tool (including SSO)

SwayzeD commented 1 month ago

Added Privacy API