Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions using-the-rest-api/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ For a simple command-line script example, just swap out USERNAME, PASSWORD, and
curl --user "USERNAME:PASSWORD" https://HOSTNAME/wp-json/wp/v2/users?context=edit
```

Note: The `USERNAME` is your user's username; NOT the `name` of the Application Password.

## Authentication Plugins

Plugins may be added to support alternative modes of authentication that will work from remote applications. Some example plugins are [OAuth 1.0a Server](https://wordpress.org/plugins/rest-api-oauth1/) and [JSON Web Tokens](https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/).
Expand Down