Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing privacy api #5

Open
danmarsden opened this issue Jan 27, 2023 · 0 comments
Open

missing privacy api #5

danmarsden opened this issue Jan 27, 2023 · 0 comments

Comments

@danmarsden
Copy link

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data.

Note that plugins that integrate with an external API are required to implment the privacy class for approval in the plugins db - make sure if you pass any user data to that external service that you cover this in your privacy class as per:
https://moodledev.io/docs/apis/subsystems/privacy#indicating-that-you-export-data-to-an-external-location

if you do not pass any user information to the tool you may be able to implement the 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant