-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add oauth2 keys setup in installer #1865
Conversation
@pkarw - I am a little bit confused on how to actually setup the configuration in this case. How should the One other thing is that it would be nice if we could set the timeout for the
|
H! The allowedHosts section is set up by some other snippet in the installer - not need to modify it. |
The only missing part of this solution as it seems is ... actually executing Thanks! It's great job. Let me know when it's ready to be merged in. |
@pkarw - I have added the missing
and also add the supplied domain to |
Hi!
We should however support
|
The user is now able to set the magento 2 url as well as the magento 2 api url from the installer. Perhaps it would be enough to simply set the magento base URL and then use this as the base URL for the API e.g <magento_base_url>/rest? |
@pkarw - What do you think? Is there more stuff that needs to be done? |
It seems good! Regarding Your question: yes it's just required to give the base magento URl and You can generate the API endpoint automatically |
@Cyclonecode - how about this issue: #1843 ? :) |
Related issues
#1842
Short description and why it's useful
We can now use the installer to specify the oauth2 keys for magento2 integration.
Screenshots of visual changes before/after (if there are any)
(if you made any changes in the UI layer please provide before/after screenshots)
Screenshot of passed e2e tests (if you are using our standard setup as a backend)
(run
yarn tests:e2e
and paste the results. If you are not using our standard backend setup or demo.vuestorefront.io you can ommit this step)Upgrade Notes and Changelog
Contribution and curently important rules acceptance