Skip to content

Commit

Permalink
docs: small typo in HTTP readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored Dec 19, 2023
1 parent 0fd864b commit 66d72e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/binding-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The above configuration file, is setting up a https server with basic secure sch

### oAuth2.0

Currently this binding supports only oAuth2.0 `client credential` and `Resource owner credential` flows. Other flows may be implemented in future like `code` flow. Futhermore, the oAuth2.0 protocol is only implemented for the client side.
Currently this binding supports only oAuth2.0 `client credential` and `Resource owner credential` flows. Other flows may be implemented in future like `code` flow. Furthermore, the oAuth2.0 protocol is only implemented for the client side.

An example of a WoT oAuth2.0 enabled client can be found [here](../examples/src/security/oauth/README.md).

Expand Down

0 comments on commit 66d72e2

Please sign in to comment.