-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Set up process online / offline #156
Comments
I thought about this but we would need to host some app to |
Hm. Can we not just have a snippet of XML on auth.com or something to grab? like auth0.com/test.xml ? Or do we really need an actual endpoint? And if so, can we just ping some existing API, anything at all, just to see if it's there or not? |
What we need to test is if auth0 can reach the wordpress site, this is because: 1- Auth0 needs to fetch the client info during the federated oauth2 flow to get the api token When the users selects the |
Ok - I think it's important if possible that we try this automatically and only if it fails show the user the offline scary options. Steve
|
Since the online/offline screen is only one part of the install process - to be clear I think we should automate everything else too so the process has no user interaction required |
we will close this issue until we figure out how to improve the onboarding flow. |
Can we skip the question about online or offline to access servers at auth0 by running some javascript to test?
Then if you're online it can give both options, if you're offline it can say "hey we can't contact auth0". Presumably we have to test both the browser can connect and the WP instance can connect too?
What I'm trying to achieve is a reduction in complexity / steps here by not asking the user something complicated unless we can avoid it..
The text was updated successfully, but these errors were encountered: