Тэги:
#nest #javascript #nestjs #nestjs_tutorial #nestjs_auth #nestjs_authentication #nestjs_authentication_jwt #jwt #jwt_authentication #jwt_token #jwt_security #express_session #express_session_node_js #passport_js #node_passport #passportjs #node_auth #authentication #node #passport_js_jwt #passport_js_tutorial #passport_js_google #passport_js_react #nestjs_passport #nestjs_passport_jwt #passport_local_strategy_nodejs #passport_local_strategy #nestjs_passport_local #nestjs_guardsКомментарии:
this is an excellent video. your explanation is spot on. thank you for taking the time to make these
ОтветитьI love this tutorial. Clear as Spring water 💯
ОтветитьHello, I have covered the first 30 minutes of the video, I keep getting this when using postman TypeError: Cannot read properties of undefined (reading 'validateUser'). I do not find the error, I have checked the documentation
ОтветитьI haven't seen that you edited the main.ts file.
Ответитьover separation of concerns. thanks for the tutorial anyway. I don't know why Nest is making everything complicated, yet people enjoying it, frankly.
ОтветитьEven today i remember how i asked the question below the similar type of video about jwt and you reply back really fast althought your video was already great. As i see you still answers the questions and its impresive.
Ответитьyour nest js contents are soo good. keep it up marius
ОтветитьWhen I finish the local strategy without tokens or jwt first, I constantly get a 401 Error and that I am unauthorized, do You maybe know why and can help me out?
ОтветитьThank you sir
ОтветитьThank you Marius, building a NestJS Login with MikroORM alone is a huge pain for me, is it possible to get the source code of this tutorial?
ОтветитьHi, will you add this code to the github?
ОтветитьThank you for your effort!
Ответитьhow can i take a user information on client if i make session based auth? I get session id in cookie but what i can make with it
Ответитьyou did amazing job. plz tell one thing. how to implement authentication on microservice based architecture
ОтветитьOh man, you should use the database the whole trick is within that.
ОтветитьGreat tutorial bro. It's easy undestandable even to a beginner like me. Nice Job!
ОтветитьWhat are the reasons you chose React over Angular? knowing nestjs is literally angular but backend ?
Ответитьanyone know why i am getting the [Nest] 36853 - 07/29/2023, 4:05:01 PM ERROR [ExceptionsHandler] secretOrPrivateKey must have a value.?
I have followed this tutorial to the tea and cannot get it. I have implemented env but it DOES come out with the value when i console log it. Any pointers?
What if I have multiple strategy.ts files for the same Strategy for passport. How would i let Passport know which file to use when!
Ответитьthank you very much, your work is clear and it is very easy to follow you through the whole video
ОтветитьGreat one 👌 Thanks
ОтветитьThanks :)
ОтветитьGreat video! It helps me a lot, thank you!
Ответитьyou should make a video on serving html in nestjs like to create a dashboard html/htmx
ОтветитьAwesome !! 🔥🔥, Thank you very much
ОтветитьThis is excellent
Ответитьdoes JWT works with session ?
ОтветитьGreat video thank you!
ОтветитьThis was awesome!
ОтветитьGreat work ! , but I was wondering , it's too many steps I think I couldn't all of these from my memory , I think it's hard at first and it's okay if I followed the documentation to implement it .. what's your opinion about that ?
all love from Egypt <3
How to make old jwt expire when making a new one?
ОтветитьHiiii, i´m super excited to learn more about nest.js, is a such framework. May u can give me one tip, how do i use this session savinf user, and jwt at redis in a graphql API, is the same process? what i need change to works? thank u soo much for that incredible channel, i also follow u in linkendin. Bye
Ответитьthank you marius, your are awesome
Ответить(this.validate is not a function) this error had shown to me
can someone help me please
I got some error when request protected
ERROR [ExceptionsHandler] Unknown authentication strategy "jwt"
Error: Unknown authentication strategy "jwt"
this a have a circular dependency dont?
ОтветитьExtremely valuable content, thanks.
ОтветитьGreat tutorial! Very detail and useful. Keep up the good work
ОтветитьCool content
Rly helpful
Ty!
👍
Ответитьbro with this approach the user need to register and then login, we should be able to register and automatically login
ОтветитьThanks for this tutorial, I went through the NestJS docs a few times and tried to set this up myself but there was always something wrong. Your vid helped me finally get it all working!
ОтветитьHey Marius, just passing by to thank you, your video format is awesome.
I love how you explain everything while showing the documentation. It really adds to us as developers, so that we know like "oh, so the information was here all the time!". It particularly helped me a lot.
Keep up the good work!
source code please...
Ответитьwhy do not provide guards in the auth module? are they provided internally by nest?
Ответитьplease share the github repo
ОтветитьNote: a lot of people are getting the error “request.isAuthenticated is not a function”. Please note that I explicitly mentioned in the video that it will not work until you properly setup sessions. If you run into that error, KEEP watching! The problem will resolve itself once you have the full setup, don’t stop at the point of error. If you watch the rest of the video and still have this problem, double check that you properly configured and registered your strategies and guards exactly as shown in the video.
Ответить