conan icon indicating copy to clipboard operation
conan copied to clipboard

Allow customization of the authorization process

Open fpoirotte opened this issue 3 years ago • 1 comments
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 develop branch, 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.

fpoirotte avatar Aug 04 '22 08:08 fpoirotte

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 04 '22 08:08 CLAassistant

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.

fpoirotte avatar Aug 23 '22 22:08 fpoirotte