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

PubSubHubbub Core 0.4: Validation vs. verification of intent #25

Closed
cweiske opened this issue Mar 11, 2015 · 1 comment
Closed

PubSubHubbub Core 0.4: Validation vs. verification of intent #25

cweiske opened this issue Mar 11, 2015 · 1 comment

Comments

@cweiske
Copy link
Contributor

cweiske commented Mar 11, 2015

I found it hard to wrap my head around that there is a difference
between "validation" and "verification of intent", since I thought that
verifying the intent by calling the callback is a kind of validation
already.

Maybe it would help if an example for a validation rule/process would be
added to the spec.

@julien51
Copy link
Member

Validation and verification of intent have different purposes and are intended to different entities.

  • Validation is to make sure that the publishers allows for a given subscription.
  • Verification of intent is a dial-back mechanism to ensure that the origin of the subscription request is indeed the same entity which will get the notifications.

An example could help indeed, but I'm not sure the spec is the best place for it since validation is optional. (I want to make sure that examples are not interpreted as reference implementations).

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

2 participants