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

Don't allow an anonymous user to request user organizations #691

Merged
merged 10 commits into from Mar 28, 2023

Conversation

oo-bldrs
Copy link
Contributor

When the application is loaded, it unconditionally requests a list of organizations from GitHub that the logged in user is a member of. This causes an exception to be thrown every time a non-logged-in user loads the page.

This PR adds logic to reject a request for a user's organizations if we're not logged in, fixes the shape of the mock object returned during testing, and separates the tests for getOrganizations into their own suite.

@netlify
Copy link

netlify bot commented Mar 27, 2023

Deploy Preview for bldrs-share ready!

Name Link
🔨 Latest commit d563971
🔍 Latest deploy log https://app.netlify.com/sites/bldrs-share/deploys/6422eff8950bd5000787a13e
😎 Deploy Preview https://deploy-preview-691--bldrs-share.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@pablo-mayrgundter pablo-mayrgundter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@oo-bldrs oo-bldrs merged commit e1367e0 into bldrs-ai:main Mar 28, 2023
6 checks passed
@oo-bldrs oo-bldrs deleted the no-anonymous-user-orgs-calls branch March 28, 2023 13:58
OlegMoshkovich pushed a commit to OlegMoshkovich/Share that referenced this pull request Mar 31, 2023
…#691)

* Reject request if no authorization header provided

* Correct spelling typos in test suite

* Throw an exception if invoked without an access token

* Create test suite for getOrganizations and additional test

* Add test token to arguments

* Exception is thrown before any async behavior, drop modifier

* Fix shape of organizations mock object

* Ensure we assert against the promise rejection (not the raw return value)

* Only request a list of organizations if we're logged in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants