jaredhanson / passport-facebook

Facebook authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-facebook/?utm_source=github&utm_medium=referral&utm_campaign=passport-facebook&utm_content=about
MIT License
1.29k stars 446 forks source link

ES6 Asyn/Await , Const and Let #263

Open MrSlimCoder opened 5 years ago

MrSlimCoder commented 5 years ago

READ THIS FIRST!

Are you implementing a new feature?

Requests for new features should first be discussed on the developer forum. This allows the community to gather feedback and assess whether or not there is an existing way to achieve the desired functionality.

If it is determined that a new feature needs to be implemented, include a link to the relevant discussion along with the pull request.

Is this a security patch?

Do not open pull requests that might have security implications. Potential security vulnerabilities should be reported privately to jaredhanson@gmail.com. Once any vulerabilities have been repaired, the details will be disclosed publicly in a responsible manner. This also allows time for coordinating with affected parties in order to mitigate negative consequences.

If neither of the above two scenarios apply to your situation, you should open a pull request. Delete this paragraph and the text above, and fill in the information requested below.

Checklist

jaredhanson commented 4 years ago

Do these modifications offer any functional benefit, or are they just syntax?

MrSlimCoder commented 4 years ago

These modifications offers es6 syntax for simplicity and offers some functional benefits also.

slimcoder