-
Notifications
You must be signed in to change notification settings - Fork 0
CG-1904 improve expired session ux #45
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
Merged
carl-adams-planet
merged 37 commits into
main
from
cx/CG-1904--improve-expired-session-ux
Oct 8, 2025
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
57cc3c8
Drop python 3.9
carl-adams-planet f54f5d7
Add support up through 3.15.
carl-adams-planet 000cd09
WIP
carl-alexander-adams 7f94170
WIP
carl-alexander-adams 9fba85f
doc fix
carl-alexander-adams 6842ed8
version and changelog
carl-alexander-adams 8cd813b
update to support through 3.14. Typing fixes for doc linting.
carl-adams-planet 1b9da46
drop python 3.15.
carl-adams-planet b981809
bump setup tools version
carl-adams-planet d17e0d6
Pull semgrep test dependencies into a different subpackage. It does …
carl-adams-planet 3f7396b
Merge branch 'carl/python-version-bump' into cx/CG-1904--improve-expi…
carl-adams-planet 1bd53b1
version bump
carl-adams-planet 0b6c926
comments
carl-alexander-adams 21dddac
WIP
carl-adams-planet 72ecbaf
examples
carl-adams-planet 0217b5a
Merge branch 'main' into cx/CG-1904--improve-expired-session-ux
carl-adams-planet f70868e
update changelog
carl-adams-planet db6bf3d
WIP
carl-adams-planet 260c208
WIP - tests and test changes.
carl-adams-planet 22433cc
fixes
carl-adams-planet 97e995a
update comments
carl-alexander-adams 5cdd734
update comments
carl-alexander-adams 5dbd510
update comments
carl-alexander-adams 5b19b55
update coverage report
carl-alexander-adams 421a99d
update comments
carl-alexander-adams f22ed32
update docs
carl-alexander-adams 1040170
cherry-picking some small incidental changes from a larger feature br…
carl-alexander-adams 8ad43a6
more details test assertions for token validator
carl-alexander-adams 6f74636
flake fixes
carl-alexander-adams 0fc7fa4
merge from minor tweaks branch
carl-alexander-adams 85e37fe
Merge branch 'cx/minor-tweaks' into cx/CG-1904--improve-expired-sessi…
carl-alexander-adams 53b8cd9
rename tests
carl-alexander-adams cfa5e72
fix typo
carl-alexander-adams 03a0ac5
Merge branch 'main' into cx/CG-1904--improve-expired-session-ux
carl-alexander-adams 36d6371
update comments
carl-adams-planet 476f05d
update changelog
carl-adams-planet 73176aa
update grammar
carl-adams-planet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
docs/examples/auth-client/oauth/perform-oauth-initial-login-2.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import logging | ||
import planet_auth_utils | ||
|
||
|
||
def main(): | ||
logging.basicConfig(level=logging.DEBUG) | ||
auth_ctx = planet_auth_utils.PlanetAuthFactory.initialize_auth_client_context(auth_profile_opt="my-custom-profile") | ||
|
||
auth_ctx.ensure_request_authenticator_is_ready(allow_open_browser=True, allow_tty_prompt=True) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.