Skip to content

Swift extension to sanitize user data to be GDPR compliant

License

Notifications You must be signed in to change notification settings

AlwaysRightInstitute/gdpr-swift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GDPR-Swift

Swift extension to sanitize user data to be GDPR compliant.

Examples

let userData = ["name":"david"]
let compliantData = GDPR.sanitizeUserData(userData)
let userData = ["David lives in Chicago"]
let compliantData = GDPR.sanitizeUserData(userData)

Feel free to drop in any pull requests for new features. ;)

About

Swift extension to sanitize user data to be GDPR compliant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%