Skip to content

Commit e70e813

Browse files
committed
API key grammar
1 parent ec217d9 commit e70e813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/software-architecture/software-architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ OS2iot REST API security
282282

283283
In order to use the REST API exposed by OS2iot, the user must be authenticated.
284284

285-
There's two methods of authentication. The first method is done by using the JWT gained from the :code:`/api/v1/auth/login` endpoint.
285+
There are two methods of authentication. The first method is done by using the JWT gained from the :code:`/api/v1/auth/login` endpoint.
286286
The JWT is inserted as a Bearer token in the :code:`Authorization` header of the type :code:`Bearer` as described in RFC 6750, section 2.1.
287287

288288
The second method of authentication involves using an API key generated on the :code:`/api/v1/api-key` endpoint.

0 commit comments

Comments
 (0)