Skip to content

Commit

Permalink
add text to direct to other capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Barrett committed Oct 30, 2024
1 parent 9746f93 commit b7a67c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user_guide/authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Once you have an Earthdata Login, the `earthaccess.login` method manages Earthda

`earthaccess.login` offers three methods of logging in (or authenticating) using EDL: [a manual login method](#login-manually), where you enter EDL username and password manually; and two automatic login methods using EDL credentials stored in a [`.netrc`](#login-using-a-netrc) file or in [environment variables](#login-using-environment-variables). By default, `earthaccess.login()` will look for a `.netrc` or environment variables first. If neither of these are found, it will prompt you to enter your username and password. The three methods are described in detail below.

`earthaccess.login` can also be used to login to [different endpoints](#accessing-different-endpoints) and [get S3 credentials](#using-earthaccess-to-get-credentials).

## Login Manually

Expand Down

0 comments on commit b7a67c3

Please sign in to comment.