Skip to content

Commit

Permalink
update readme / changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpricethesecond committed Jan 24, 2024
1 parent 3275f45 commit 71da0e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ $ curl http://localhost:5000/v3/globus-proxy/auth/tokens/<client id>/<session id

Both of these tokens (access token and refresh token) must be sent in every request made to the Globus-Proxy api.

#### Consent Management
Some endpoints will require an additional 'consent' auth flow. If you are using one of these endpoints, you will have to navigate to the URL provided in the response -- similar to the initial call for requesting a token -- and authorize the globus client to manage this endpoint.

#### Initiate a Transfer
In order to transfer a file between two endpoints, you will need to know the id of both endpoints and have a valid token pair for a Globus transfer client.

Expand Down

0 comments on commit 71da0e3

Please sign in to comment.