passport-token
passport-token copied to clipboard
Username and token authentication strategy for Passport - modified from passport-local.
Sorry if this is a stupid question, but how can I get a token for authentication? :smile:
First off. Thanks for writing the module! Much appreciated. I'm going to issue a PR to remove the call of `toLowerCase()` on [these lines](https://github.com/leepowellcouk/passport-token/blob/master/lib/strategy.js#L55-L62). This actually bit me and I...
I think this should also be left up to the user for how they want to handle this. For example, if I only want to use a token and my...