File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
133133implementing OAuth service providers. It bundles a suite of middleware
134134implementing the request token, access token, and user authorization endpoints
135135of 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
138138strategy can be used to implement the complete OAuth flow, issuing access tokens
139139to consumers. ` TokenStrategy ` can then be used to protect API endpoints using
140140the access tokens issued.
You can’t perform that action at this time.
0 commit comments