Skip to content

Commit

Permalink
A few extra authentication notes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Jan 29, 2024
1 parent 400c391 commit 02db052
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion developing/rest-web-services/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ Authenticate as a **client** using **JSON Web Token authentication**. This is th
of authentication when connecting as a read-only data user. Note that in this context a user could
be a person or a reporting system amongst other things. The client must be configured in the REST
API's config file or database tables. For more information, see the **JSON Web Token
authentication** section below.
authentication** section below. The `jwtClient` authentication method must be enabled in the REST
API's config file and, in addition, you should use the `Admin > Rest API Clients` section to create
a client, along with its public key. Once created, you can use the Connections tab from the
client's Edit tab to define a connection (identified by a proj_id) and appropriate permissions.

Other authentication methods
----------------------------
Expand Down

0 comments on commit 02db052

Please sign in to comment.