Skip to content

Commit 5da2cd8

Browse files
committed
Update README.
1 parent 9e188ac commit 5da2cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ application:
127127
res.json(req.user);
128128
});
129129

130-
## Combine with OAuthorize
130+
## Issuing Tokens
131131

132132
[OAuthorize](https://github.com/jaredhanson/oauthorize) is a toolkit for
133133
implementing OAuth service providers. It bundles a suite of middleware
134134
implementing the request token, access token, and user authorization endpoints
135135
of the OAuth 1.0 protocol.
136136

137-
This middleware, combined with the `ConsumerStrategy` and a user authentication
137+
The toolkit, combined with the `ConsumerStrategy` and a user authentication
138138
strategy can be used to implement the complete OAuth flow, issuing access tokens
139139
to consumers. `TokenStrategy` can then be used to protect API endpoints using
140140
the access tokens issued.

0 commit comments

Comments
 (0)