conan
conan copied to clipboard
Allow customization of the authorization process
trafficstars
Changelog: (Feature): Allow the authorization process to be customized, just like authentication. This fixes #5758. Docs: https://github.com/conan-io/docs/pull/2684
- [x] Refer to the issue that supports this Pull Request.
- [x] If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
- [x] I've read the Contributing guide.
- [x] I've followed the PEP8 style guides for Python code.
- [x] I've opened another PR in the Conan docs repo to the
developbranch, documenting this one.
Note: By default this PR will skip the slower tests and will use a limited set of python versions. Check here how to increase the testing level by writing some tags in the current PR body text.
Hi,
I did a few manual tests yesterday using the example plugin I posted in the docs' PR. My tests worked as I intended and I did not notice any adverse effect.