mohd7469 / oauth2orize-examples

Some oauth examples and implementation.
MIT License
230 stars 95 forks source link

some typos #14

Closed felixfrtz closed 6 years ago

felixfrtz commented 6 years ago

db.users.findByUserId is undefined, must be a typo. Corrected to findById.

transactionID in request.oauth2 is with a capital D, not small.

gerges-beshay commented 6 years ago

Thanks for the PR, another PR has been merged that includes the same changes.