-
Notifications
You must be signed in to change notification settings - Fork 0
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
Migrate to OpenAPI #6
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # tests/ClientTest.php # tests/Endpoint/CategoryEndpointTest.php # tests/Factory/CategoryFactoryTest.php # tests/Factory/TokenFactoryTest.php
As far as I remember this branch contains valid (working) changes, but there were some confusion from us, about how Open API implemented on Alibaba side. I think tokens had too short TTL, maybe some other issues with authorisation as well 🤔 That's why this was never merged, as required some clarifications with Alibaba. But, this was some time ago, maybe I remember it wrong. Also could be that Alibaba changed implementation during this time. Please double check before merging. |
Just came across this branch. I don't know what its status is and if @vstelmakh was actually going to create a PR for it, but at least to me the work looks relevant and promising, and could be an approach to solve auth issues in current
master
.