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

Implement Augmented Backus-Naur Form (ABNF) Syntax checks #1

Open
bgaillard opened this issue Mar 23, 2015 · 0 comments
Open

Implement Augmented Backus-Naur Form (ABNF) Syntax checks #1

bgaillard opened this issue Mar 23, 2015 · 0 comments
Assignees
Milestone

Comments

@bgaillard
Copy link
Member

The ResponseParser component and the ErrorResponse, CriticalErrorResponse and SuccessfulResponse implements several checks to ensure an OAuth 2.0 returns responses which are compliant with the OAuth 2.0 specifications.

However several Agmented Backus-Naur Form checks could be implemented additionnaly to ensure that each property of the JSON responses are valid.

An AbnfUtils component has been created with skeleton methods, we should implement all those methods and unit test them to be compliant with https://tools.ietf.org/html/rfc6749#appendix-A.

@bgaillard bgaillard added this to the 1.0.0 milestone Nov 4, 2015
@bgaillard bgaillard self-assigned this Nov 4, 2015
@bgaillard bgaillard modified the milestones: 0.5.0, 1.0.0 Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant