My new extension: Basic authentication support for Api2! #1986
elidrissidev
started this conversation in
Show & Tell
Replies: 1 comment 5 replies
-
I suggest to add a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
As you all know Magento has only ever supported OAuth as an authentication method in Api2, which is not the easiest to use especially if you only want to quickly test something, but most importantly, it cannot be used to authenticate scripts or backends because it requires human interaction to click the "Authorize" button.
So after some thinking and a couple of months of part-time work, I finally finished my first Magento extension that is about supporting Basic authentication in Api2, it works by adding a new concept of "REST Users" that can be created and assigned a role, they can also be disabled anytime to stop their access.
The extension is completely free and available in my GitHub repository, it also comes with a thorough README and I'm willing to support it for the foreseeable future :).
Please feel free to report any issue if you do use it.
Have a great day!
Beta Was this translation helpful? Give feedback.
All reactions