-
Notifications
You must be signed in to change notification settings - Fork 95
OAuth2 support via planet_auth python libraries #1063
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
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..