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

Improve auth tests #275

Merged
merged 8 commits into from
Feb 24, 2024
Merged

Improve auth tests #275

merged 8 commits into from
Feb 24, 2024

Conversation

davidmyersdev
Copy link
Owner

This prop was originally meant to help avoid issues related to components not reloading when the page changed. Since then, it has become a problem in other areas and leads to less predictable behavior.
Due to WebKit restrictions, auth requests need to be proxied through the same IP **and** port that the main page is served on.
These tests run against the emulator suite rather than as a healthcheck due to bot-prevention measures implemented by Google, etc. Ideally, it'd be nice to have a healthcheck that runs reliably against the production instance, but I'm not sure how I'd implement that at the moment.
@davidmyersdev davidmyersdev merged commit 961a8fc into main Feb 24, 2024
6 checks passed
@davidmyersdev davidmyersdev deleted the add-social-auth-tests branch February 24, 2024 21:21
@davidmyersdev davidmyersdev mentioned this pull request Feb 24, 2024
4 tasks
This was linked to issues Feb 24, 2024
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.

Add auth test for GitHub Add auth test for Google
1 participant