[ ] I have added test cases which verify the correct operation of this feature or patch.
n/a
[ ] I have added documentation pertaining to this feature or patch.
n/a
[x ] The automated test suite ($ make test) executes successfully.
[ ] The automated code linting ($ make lint) executes successfully.
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
show source of LocalStrategy from module
I had to look up the source in an express example repo to know where LocalStrategy was defined
add documentation to make it clearer for future devs how to use this module
n/a
Checklist
[x ] I have read the CONTRIBUTING guidelines.
[ ] I have added test cases which verify the correct operation of this feature or patch. n/a
[ ] I have added documentation pertaining to this feature or patch. n/a
[x ] The automated test suite (
$ make test
) executes successfully.[ ] The automated code linting (
$ make lint
) executes successfully.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