OAuth2 support via planet_auth python libraries#1063
OAuth2 support via planet_auth python libraries#1063carl-adams-planet wants to merge 110 commits intomainfrom
Conversation
…net-client-python into carl/oauth-via-plauth-lib
|
Addressed the mutating of the SKEL. I now copy before I modify. Change pushed to MR |
|
The Auth ABC preserves the v2 structure. I didn't really like the old structure, either, but I was aiming for minimizing impact between v2 and v3 auth for developers. v2 had
One thing that was and still is different from the SDK's One change I did make to the SDK's Layers, man. This problem can have twisty layers. Open to better ideas. |
|
Deprecation - Maybe I missed a spot. I tried to do this:
|
|
Auth profile of none (and EmptyBuiltinProfileConstants): The Similar story with |
|
As a side comment, using |
|
Bug: |
|
Removed "none" built-in profile per feedback. Change pushed to MR. |
|
Closing this PR in favor of the PR into the 3.0 branch: #1121 |
Change planet.Auth over to using the planet-auth-python library to move towards OAuth2 as the preferred authentication mechanism..