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

Record verification? (e.g. domain checks, TAG-ID verification) #6

Open
helen opened this issue Dec 15, 2017 · 0 comments
Open

Record verification? (e.g. domain checks, TAG-ID verification) #6

helen opened this issue Dec 15, 2017 · 0 comments
Labels
type:question Further information is requested.

Comments

@helen
Copy link
Contributor

helen commented Dec 15, 2017

Right now, the plugin does validation in the linting/formatting sense - making sure that values that are supposed to be domains or are in the format of a domain, that TAG-IDs are 16 character hashes, that sort of thing. There are some external checks that could be done, such as ensuring a given exchange domain is a valid exchange and matches the TAG-ID supplied.

I don't know that this should ever be done directly in the plugin because it could be costly both in terms of user-perceived performance (slow external checks, finicky setups) and maintenance (constant changes that aren't reasonable to ship in a plugin's code). This issue is to track conversation and document awareness of these possibilities, even if they don't work out as plugin features.

@helen helen added the type:question Further information is requested. label Mar 20, 2018
@jeffpaul jeffpaul added this to the Future Release milestone Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question Further information is requested.
Projects
None yet
Development

No branches or pull requests

2 participants