NestJS Tutorial #11 - Authentication with PassportJS

preview_player
Показать описание

Connect with me:

Рекомендации по теме
Комментарии
Автор

14:36 had to use {where: { username} } on the findOne method

justinnoor
Автор

If you have troubles to select values from the table try to put user between double quotes.
-> user is a reserved word, the request gonna return the users using the database.
Not the values of the table, user.

So to make it work it is not:
SELECT * FROM user;

but:
SELECT * FROM "user";

silasreef
Автор

Not really sure why my LocalStrategy is not console logging anything back when hitting that endpoint

JustinPauloSoloOld
Автор

I think that the 11th video must be prior to 10th video isn't it right?

ragnelli
Автор

Could you please let us know the reason behind creating auth/controllers/auth folder path, we mean the auth folder at the end

erikgalajdask
Автор

Hello there this video is great I have just started learning js and I hope to finish learning js by November

I’m particularly interested in bot development and automation I know that many people told me that python is good for this but nonetheless node js can be used too

I’m a bit confused whether node js is the same as js I know that node js is like a v8 engine server but the question was whether it’s the same as js as I have seen many courses on node js so Im really confused as I have just started programming


I really liked your in dept explanation and I look forward to learn more from your channel

Although I would appreciate if you could make a video on task automation/bots using js node js puppeteer

Thanks a lot

zakyvids
Автор

I get error on return instead use findOneBy

olaffvelazquez
Автор

This is cool, anyone having troouble on users.service findUserByUsername this.userRepository.findOne error try to user findByOne and it will work, maybe its the typeorm version....

wilschoy