how to use passport-local
See original GitHub issueI’m submitting a…
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
i want to auth with passport-local, what’s the best practice?
Expected behavior
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
Nest version: 5.0.0
For Tooling issues:
- Node version: XX
- Platform:
Others:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:7 (2 by maintainers)
Top Results From Across the Web
passport-local
This module lets you authenticate using a username and password in your Node.js applications. By plugging into Passport, local authentication can be easily ......
Read more >jaredhanson/passport-local: Username and password ...
This module lets you authenticate using a username and password in your Node.js applications. By plugging into Passport, password-based sign in can be...
Read more >Everything you need to know about the `passport-local ...
Session based authentication is at the root of the passport-local strategy. This method of authentication is “server-side”, which means our ...
Read more >Local Authentication Using Passport in Node.js - SitePoint
In this tutorial, I'll demonstrate how to use Passport to implement local authentication (that is, logging in with a username and password) ...
Read more >Tutorial: User Authentication with Passport.js | by Amanda Atkins
Passport is a robust NodeJS package that easily allows a developer to incorporate user accounts and login/logout functionality into ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
want a document
you can check my repository, it uses passport-local
https://github.com/bojidaryovchev/nest-angular
go to src/server/modules/auth and check it out, we got passport-local, passport-jwt, passport-facebook-token, passport-twitter-token and passport-google-token strategies setup
I am currently updating to Angular v6.0.1, RxJS v6.0.0, Webpack v4.8.3 and NestJS v5.0.0 so today I will push the changes at some point