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

ATO-1291: Add request object support #233

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

cearl1
Copy link
Contributor

@cearl1 cearl1 commented Jan 8, 2025

What

Adds support for using request objects in auth requests.
Also throws MethodNotAllowedError if a request is made that does not use the GET method.

Paired with @Ryan-Andrews99

@cearl1 cearl1 requested review from a team as code owners January 8, 2025 14:18
@Ryan-Andrews99 Ryan-Andrews99 force-pushed the ATO-1291-add-request-objects branch 2 times, most recently from d28bb17 to 2f1dfbf Compare January 8, 2025 14:34
@cearl1 cearl1 force-pushed the ATO-1291-add-request-objects branch 2 times, most recently from db6a5ac to 9cc9e4b Compare January 8, 2025 17:41
cearl1 and others added 8 commits January 8, 2025 17:41
Co-authored-by: Ryan Andrews <[email protected]>
Updates the parsing to support auth requests using query parameters and auth requests using request objects.
Also renames the files to not be specific to query parameters.

Co-authored-by: Ryan Andrews <[email protected]>
Uses new validation in controller, which enables support for request objects.
Also throws MethodNotAllowedError for non GET requests

Co-authored-by: Ryan Andrews <[email protected]>
Co-authored-by: Craig Earl <[email protected]>
@cearl1 cearl1 force-pushed the ATO-1291-add-request-objects branch from 9cc9e4b to ffa42af Compare January 8, 2025 17:43
We added it for request object so we need to have the
equivalent validation for query params
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

Successfully merging this pull request may close these issues.

2 participants