-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Handle OAuth flow and robust interaction with Globus SDK.
Tasks:
-
globus-auth-registration
- Register app with Globus, obtain client ID/secret
-
globus-auth-flow-handler
- Implement server-side OAuth callback handler
-
globus-access-token-management
- Secure short-term storage of Globus tokens
-
globus-submit-transfer
- Build
TransferData
and submit to endpoint
- Build
-
globus-monitor-transfer
- Poll and log transfer status
-
globus-transfer-retry-logic
- Retry on known failure conditions (e.g. 403, token expiry)