File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
source/software-architecture Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ OS2iot REST API security
282282
283283In 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.
286286The 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
288288The second method of authentication involves using an API key generated on the :code: `/api/v1/api-key ` endpoint.
You can’t perform that action at this time.
0 commit comments