-
Notifications
You must be signed in to change notification settings - Fork 9
Sanitization #69
Copy link
Copy link
Open
Labels
feature requestNew request for novel functionalityNew request for novel functionality
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestNew request for novel functionalityNew request for novel functionality
#63 begins the process of sanitizing fields that are to be displayed in an application. It doesn't cover them all, additional things like
preferredUsernameandnameand others will also need sanitization.This feature needs to be flexible/extendable, so that it is applied recursively to nested structures, and so different applications can whitelist the differing fields in vocabularies that need sanitization treatment.
This'll be an intersting problem to solve...