jaredhanson / passport-local

Username and password authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local&utm_content=about
MIT License
2.73k stars 498 forks source link

clarify example #193

Open olsonpm opened 10 months ago

olsonpm commented 10 months ago

Provide a brief summary of the request in the title field above.

show source of LocalStrategy from module

Provide a detailed description of your use case, including as much

I had to look up the source in an express example repo to know where LocalStrategy was defined

detail as possible about what you are trying to accomplish and why.

add documentation to make it clearer for future devs how to use this module

If this patch closes an open issue, include a reference to the issue

n/a

Checklist

it seems make lint requires a bunch of loal tooling that I'm not going to install for this step. I suggest you install linting tools as devDependencies and run any linting processes using those