Skip to content

Commit

Permalink
Make sentence more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 13, 2023
1 parent 0764d52 commit 2c9f1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/oauth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ library(httr2)
```

OAuth[^1] is an authorization framework design for performing work on the behalf of a user.
You've probably used it a bunch without knowing what it's called: it's used when you login to a non-Google website using your Google account, when you give a phone access to your twitter account, or when you login to a streaming app on your smart TV.
You've probably used it a bunch without knowing what it's called: you use it when you login to a non-Google website using your Google account, when you give your phone access to your twitter account, or when you login to a streaming app on your smart TV.

[^1]: Here I'll only talk about OAuth 2.0 which is the only version in common use today.
OAuth 1.0 is largely only of historical interest.
Expand Down

0 comments on commit 2c9f1cf

Please sign in to comment.