Thanks a lot for these videos. I just finish all of it. Everything works for me, but I had some struggles because some typo errors that I did. I think that It could be useful if you can provide the repository. Thanks a lot again. Keep up the good work.
@GreenMerlin2 жыл бұрын
This video is quite complicated, thx you for great explanation!
@lilith-sar2 жыл бұрын
This is amazing and useful thank you. But please solve the voice issue for later videos.
@codingislove37072 жыл бұрын
Thanks for the awesome feedback! Could you let me know what's not so good with my voice? Since I tend to speak a bit too slow in english, I was speeding up this video by 10%. It might have broken my voice :). I can upload another version of this video with just 100% speed, instead of 110%. Could you please let me know what you mean by “voice issue”. I want to constantly up the quality of my videos. Thanks for your support
@vertex71322 жыл бұрын
I've been waiting for your upload thanks for this
@userinconnu28522 ай бұрын
Amazing tutorial. To add access to certain routes with a role, you have to create a new decorator and a new strategy by adding the role in the payload?
@hectorlopez93932 жыл бұрын
Great tutorial
@Андрюхаслазерки2 жыл бұрын
Thank you!!! It is great! I like this.
@assensiocriter7981 Жыл бұрын
Thanks for the guide but I don't clear how can you fixed the error at 36:50. Thanks again
@ArthurKatrushko2 жыл бұрын
it's amazing, thank you so much
@codingislove37072 жыл бұрын
Thanks for the kind feedback, Artur. Let me know if you have any questions. Have a good one!
@killerdroid992 жыл бұрын
nestJS was the only opinionated and safe way to build graphql APIs as quickly as possible but I can't wrap my mind around guards, pipes etc
@art7653 Жыл бұрын
it's good guide, man. thank you! but i will be better, if you make github repository link with project code in description under the video.
@undocumentox Жыл бұрын
Yes because I got some issue in the end of the video, the issue said that get() it’s not a function !! In the strategy module. Where I got the refresh token.
@undocumentox Жыл бұрын
Hey I love your videos, can you help me out, I got some issue in the end of the video, the issue said that get() it’s not a function !! In the strategy module. Where I got the refresh token.
@francisabonyi7115 Жыл бұрын
Hi, you should try this instead req?.headers?.authorization?.replace('Bearer', '').trim(); after bringing this import { Request } from 'express'; since we are making sure we have refreshToken in the header.
@MbIcJIu9 ай бұрын
If you faced with error: ERROR [ExceptionsHandler] Cannot read properties of undefined (reading 'getAllAndOverride'), connstructor of AccessTokenGuard should be: constructor(@Inject(Reflector) private reflector: Reflector)
@omnilothar Жыл бұрын
how do you create one API lets say "isUserAuthenticated" query and return just userid object, if its not loggedin, it will return userId: 0, otherwise will return the real userId. (using the accessToken, not the refreshToken)
@luckidtk2 жыл бұрын
12:31 What extension did you install that suggested before the code?