Response Validations
Almost all the Authentication/Authorization methods have a Validate endpoint from which you call after their polling step is complete.
- Validate is to ensure that the response is in fact legitimate.
- This protects you from many bad scenarios, idempotency, manufactured requests to you, etc.
- By validating auth method responses, you are able to solve for any unintended scenarios.
Updated about 1 year ago
What’s Next