Тёмный

Authentication With JWT Tutorial - React, NodeJS | How To 

PedroTech
Подписаться 212 тыс.
Просмотров 229 тыс.
50% 1

How to Authenticate with Json Web Tokens using ReactJS and NodeJS. In this video I explain how to make a simple JWT authentication system that allows and API verify if the user is correct when they are making a request.
🌟 Learn Programming Fundamentals on Brilliant: brilliant.sjv....
-
Please leave a comment on what topic you guys want me to cover next!
-
📞 Tutoring Session: www.fiverr.com...
👕 Programming Merch: teespring.com/...
💻 PedroTech Discord: / discord
-
Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Website: machadopedro.com
Twitter: / pedrotech_
Linkedin: / machadop1407
Instagram: / _pedro.machado_
Github: github.com/mac...
Email: machadop1407@gmail.com
Tags:
- JWT
- Json Web Tokens
- ReactJS Tutorial
- Authentication with ReactJS
- NodeJS Tutorial
- Authentication With JWT

Опубликовано:

 

9 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 293   
@antoninosabetta
@antoninosabetta 2 года назад
Good video, despite the terminology confusion about authorization and authentication (these terms are used incorrectly in many occurrences)
@olorundareagnes934
@olorundareagnes934 2 года назад
Thanks a lot Pedro. I particularly like your sincerity when you encounter bugs and work to fix them. However, just like in one of the comments below, you seem to have mixed up the two terms authentication and authorization. While authentication helps you validate a user, that is, confirm if a user is signed up already, and should subsequently be logged in when the enter the right inputs, authorization helps you control who should access specific routes or resources.
@talkohavy
@talkohavy 3 года назад
Hey, Just wanted to say thank you for the quality content. Me and my brother (32 year old with a Degree in Industrial Engineering and Management & 29 year old with a Degree in Computer Science) learned so much from you about JWT, and about how Session works. This tutorial will be embedded into our website, and we will forever be grateful and in your debt! Thank you thank you thank you ♥ You look so young, how old are you?
@PedroTechnologies
@PedroTechnologies 3 года назад
Your comment. made me very happy! I am beyond grateful that I am able to help people like you, who are working hard to succeed in the industry. Thank you for watching! I am 19 years old!
@andrewlister8906
@andrewlister8906 3 года назад
This is a great series of videos. I'm working on a project for college using the exact same stack and wasn't sure what method I wanted to use for authentication, then I found your videos. Thank you for the time and effort to share this with us!
@PedroTechnologies
@PedroTechnologies 3 года назад
Glad it was helpful!
@darshildarji1670
@darshildarji1670 2 года назад
@@PedroTechnologies i am making an notes app but i want that a for a particular user only his notes should be shown how can i do that
@revvin76
@revvin76 2 года назад
Great videos thank you. Keep up the good work! A tip on explaining the difference which may be easier for people to remember: Authentication = who are you? Authorisation = What are you allowed to do (i.e. login)
@riteshthakur9250
@riteshthakur9250 3 года назад
Thank you bro just because of you i solved my problem that was really irritating me and now i am going to finish my project in just time..
@PedroTechnologies
@PedroTechnologies 3 года назад
Im happy I could help!
@jamjam3448
@jamjam3448 2 года назад
Good video. You didn't need the "Bearer" because that's not how it was accessed at the backend. The backend didn't manipulate the token to filter out the string "Bearer". The video was great!!!
@Eumanuel
@Eumanuel 2 года назад
Thank you! There is a bunch of tutorials that do not apply to a real project, and you getting your project and applying this concept on it, allowed me, to do the same, I have a project and I applied your logic in mine, worked like a charm.
@dicompathak
@dicompathak 3 года назад
Bro..you are a life saver man. Was looking for this for days. Finally found it. Continue on making such Quality content. Thanks man
@PedroTechnologies
@PedroTechnologies 3 года назад
I am so happy you liked it! If you have any trouble or any doubts, I posted an updated version of this video a week ago!
@talkohavy
@talkohavy 3 года назад
Can you post a link to it? We'll be sure to watch it, and of course like it :)
@Sky-yy
@Sky-yy 3 года назад
@@PedroTechnologies which video, please post the link
@jonmultimedia
@jonmultimedia Год назад
Hours of frutration and horrible experiences with CORS. Found this video by chance and your cors configuration fixed my issues....I was setting the headers in the responses and using a cors configuration just with the "origin: []". The headers were not being "considered" when a request was made because of the middleware. I had no clue lol thanks a lot :D
@Gkotzegien7
@Gkotzegien7 11 месяцев назад
You know what? I usually never like and comment but you were genuine about it. And the content is actually good. So have my like sir
@auxmail5573
@auxmail5573 Год назад
Parabéns pelo vídeo, muito bom ver brasileiros falando um inglês fluente e fazendo tutoriais em inglês.
@mohammedkhamis2194
@mohammedkhamis2194 3 года назад
you're really really great programmer I learned a lot from you thanks a lot keep going bro and I hope you gonna become one of the famous programmers in the world love from Jordan
@PedroTechnologies
@PedroTechnologies 3 года назад
hahaha Thank you Bro! I really appreciate it!
@junjietan2668
@junjietan2668 3 года назад
Thanks pedro, even though it still a lil confuse however your explanation were help lot alot in this case. Your video honestly is straight forward and are in the point. Keep your good work buddy.
@PedroTechnologies
@PedroTechnologies 3 года назад
Thank you! I appreciate it! Im here to help you if u are still confused! Just let me know!
@quranforlife4665
@quranforlife4665 3 года назад
U deserve million subscribers. Awesome tutorial. Keep it up bro 👊💪💯
@PedroTechnologies
@PedroTechnologies 3 года назад
I appreciate that!
@stevestef6613
@stevestef6613 3 года назад
Can you zoom into the code when ur typing but great video tho
@PedroTechnologies
@PedroTechnologies 3 года назад
THank you! I am trying to zoom in more, I agree its hard to see!
@RidoineEL
@RidoineEL 2 года назад
Your video helped me a lot because I was taking a course in which the client was already realizing, so I couldn't know that it was up to me to put the token in my head, hahaha. Really thank you for this video.
@epicadidash
@epicadidash 2 года назад
Pedro sir This series is one of the best videos seen.
@sebascalderon5842
@sebascalderon5842 2 года назад
Hey Pedro Very good video, accurate. I was wrong for a long time, about 40 minutes. It was necessary to define next () for each auth that is performed otherwise I never have a response. Very Cool, keep it up brother Congrats!😀
@weektopeak
@weektopeak 3 года назад
Pretty sure you got meant to say authorization is the "who is allowed to do what" and authentication is "who is who"
@Sanyat100
@Sanyat100 3 года назад
You and Dev Ed have always the nicest explanation !!
@riyaazct
@riyaazct Год назад
Hi Pedro, I just wanted to thank you for these videos, I was struggling literally for a week on end watching another tutorial before a friend of mine recommended I watch yours and I've watched all 3 videos and it was truly a breath of fresh air, I was literally learning every step of the way and very easily at that too whereas the other video I followed, I was left feeling even more frustrated at the end of it because I didn't have a clue as to how I would implement it into my project. You should never stop putting tutorials out there, your teaching style is awesome and I literally come to your channel first to look for tutorials now. I do have a question for your though, I'd like to be able to implement what you taught in a production environment as I will be doing a few freelance projects and want to offer the best there is in the way of authentication and authorization to my clients, I know the 3rd video is the one that's more suited to it(if I'm not mistaken) and you also have another here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-b9WlsQMGWMQ.html which I've also watched but not followed along to as yet but I'd like to know if you have another video with a full production ready application using the same stack where you do the authentication as taught in the 3 part(plus the other) video series that you can refer me to please? and if not perhaps you could do one on that, as a beginner I feel it would be really nice to see how it all comes together. Again, thank you for putting such great content out there. I'll be jumping to your NextJs videos after this lol
@sivamani6358
@sivamani6358 2 года назад
Thanks dude. I have a wrong perception about jwt before watching our video. "That's very hard , Doe's n't understand easyly.". 🥵 But you will broke my wrong hope. your teaching way is pretty simple. Thanks again ❣
@bryanmartins3637
@bryanmartins3637 3 года назад
Great video, man! I’m from Brazil and I appreciate your work. Keep up!
@hermessantos181
@hermessantos181 Год назад
dude, you have videos for all my questions :D thank you a lot!!!!
@reshandissanayake2772
@reshandissanayake2772 3 года назад
Everything is clear. Great job, Thank you!
@PedroTechnologies
@PedroTechnologies 3 года назад
Great to hear!
@soltiscd
@soltiscd 3 года назад
Keep pumping this stuff out. Great job!
@PedroTechnologies
@PedroTechnologies 3 года назад
Thank You! I appreciate it!
@jerrywebie4380
@jerrywebie4380 2 года назад
This awesome video helps me to code my first authentication api. Thank you very much!
@ARZLJAMESILAO
@ARZLJAMESILAO 3 года назад
I have an upcoming software engineering project and this will definitely going to help me man! Awesome. Thanks a lot.
@PedroTechnologies
@PedroTechnologies 3 года назад
Glad I could help!
@RidoineEL
@RidoineEL 2 года назад
Thank for this video pedro, for the trick, it is for example .. Bearer eidjflskflf .... which is returned as token, so we had to do req.headers["x-acces-token"].split (" ")[1] to access the token.
@mixedideas3351
@mixedideas3351 3 года назад
thanks man , let me use this method for my project too , i am happy to be here ,keep burning
@PedroTechnologies
@PedroTechnologies 3 года назад
Thank you so much! I appreciate the positive message!
@mixedideas3351
@mixedideas3351 3 года назад
@@PedroTechnologies its working , thanks boss
@PedroTechnologies
@PedroTechnologies 3 года назад
Awesome!
@DBDrumss
@DBDrumss 3 года назад
Amazing! you have earned a loyal subscriber. Keep it up!
@PedroTechnologies
@PedroTechnologies 3 года назад
Wow, thank you so much! Really happy you liked the video!
@user-eve12345
@user-eve12345 10 месяцев назад
Your videos are the best! thanku for the content
@torvaldhessel
@torvaldhessel 3 года назад
MAN!!!!!! Did you send me down a rabbit hole!!! LOL First off, THANK YOU for your videos. They are awesome and exactly on the level I need. The bug however is that your cookie you set is not valid for 24 hours, but a thousandth of that (its in milliseconds not seconds). I did not want to have a cookie for 24h so I made an "hour" which turns out to be 3.6 seconds. So, my login check did not work, because the cookie immediately expired. But again kudos for the videos, they are awesome
@ethiotechprogrammingyoutub1898
Just wanted to say thank I have one question in sequelize when i connect the post and comment table it show this error how to fix this error Error: Posts.hasMany called with something that's not a subclass of Sequelize.Model .
@leovogel8536
@leovogel8536 3 года назад
First thanks for your video. FYI: You need the Bearer so that as on standart not everyone can make a API call. Just your application can ;)
@PedroTechnologies
@PedroTechnologies 3 года назад
Glad yoou liked it! Yeah at the time I was still confused on why we needed the bearer but ur right!
@rendivs925
@rendivs925 9 месяцев назад
Thanks sir, you helped me a lot, this is actually that i want to know :)
@flowerofash4439
@flowerofash4439 2 года назад
31:35 totally agree, the reaason why they said it is very complicated because others explain jwt to them in a very complicated way, they never tell you exactly how to work with jwt in a full circle and always talk about jwt as if it is a complicated API that NASA used in freakin mars, that is why people think it is complicated
@TheGlitchOfTheGame
@TheGlitchOfTheGame 2 года назад
My wep-page crashes when the jwt token expires and I have to manually delete my expired token from the localStorage for the page to work again, why is that happening and how i can solve it ? Note: I’m not using a refresh token .
@asrafulislam8948
@asrafulislam8948 2 года назад
Thanks a lot, Pedro. Your videos helped me a lot.
@Nozyka31
@Nozyka31 2 года назад
Thank you dude ! Was an awesome tutorial. Good explanations, and you talk very well !
@STUPIDYOUTUBE_HIDINGMSGS
@STUPIDYOUTUBE_HIDINGMSGS 2 года назад
Thanks for this, your videos are simple and easy to understand, I like the way you teach the fundamental concepts for us to move on to more complex stuff, keep at it! cheers
@PedroTechnologies
@PedroTechnologies 2 года назад
Glad it was helpful!
@nwobodogeorge5370
@nwobodogeorge5370 3 года назад
I love your teaching man. Thanks you so much
@AmarSingh-uw1db
@AmarSingh-uw1db 3 года назад
Awsome video cleared all my doubts. Thanks man 👍🏼👍🏼
@PedroTechnologies
@PedroTechnologies 3 года назад
Glad it helped!
@stevenpadayas6611
@stevenpadayas6611 3 года назад
So one thing I would have shown was how to get the app to authenticate the user upon clicking the login and auto authenticate as the user navigates through the app. Since a "Check if Authenticated" button is never used in a real scenario. Regardless I did enjoy the knowledge you showed, but for your future videos ( which you might already ) show more realistic examples.
@PedroTechnologies
@PedroTechnologies 3 года назад
Yeah, I realize this video focused a bit more on authorization than I wanted it to. In a realistic example, you would use a check if authenticated function in every route that checks if the api call passed a valid jwt in their header. If they don't then you don't authorize the call. Or also, try using the token to identify a logged in user!
@nixelev4041
@nixelev4041 3 года назад
unfortunately I have this error code at the end: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client, do you know what i can do about it?
@nicolasbarcelo4258
@nicolasbarcelo4258 3 года назад
You are amazing pedro, keep up!
@PedroTechnologies
@PedroTechnologies 3 года назад
Thank You Bro! I appreciate it
@rohith8269
@rohith8269 Год назад
Great video. Great content. Was very helpful
@artlyroo
@artlyroo 3 года назад
Thank you so much. This was very helpful.
@Omer-fr1ze
@Omer-fr1ze 2 года назад
Great tutorials Perdo!
@codingwithanonymous890
@codingwithanonymous890 2 года назад
thanks now concept is very clear..
@umairqamar2672
@umairqamar2672 2 года назад
Keep up the amazing work mate
@frank3481
@frank3481 2 года назад
It will be great if you can leave the previous videos in the comment : ) I am looking for the videos you mentioned and you know there are many other great videos you made so it's hard to find which one.
@amritraj658
@amritraj658 3 года назад
Thankx for this explanation about jwt
@sasikalarao3476
@sasikalarao3476 3 года назад
How to store our jwt in cookies in our frontend ? Am doing a MERN stack application and I reply frontend and back-end seperately, when I store the cookies in backend it's being stored in backend deployed , so I can't access it from fronend, please help me out, thank you!
@josuerojasvega
@josuerojasvega 3 года назад
Great video! Very helpful bro!
@PedroTechnologies
@PedroTechnologies 3 года назад
Glad it helped!
@chiawen.
@chiawen. 3 года назад
Thank you so much! It is very clear!
@RusuTraianCristian
@RusuTraianCristian Год назад
Good video but you are wrong at the start when you said authorization is when they log in and authentication when they do api requests. It ia actually the other way around. Authentication = to see whoever logs in (aka authentic user) authorization = if allowed (authorized) to access a resource. :)
@janadarkprince2354
@janadarkprince2354 3 года назад
Simple and Clear
@PedroTechnologies
@PedroTechnologies 3 года назад
Thank you!
@PapaGoodah
@PapaGoodah 3 года назад
I think you mixed up Authorization and Authentication, but otherwise, great video.
@PedroTechnologies
@PedroTechnologies 3 года назад
Thank you! Yeah my initial intention was to teach both on this video, but I get why it sounds confusing hahaha I made an updated video which is pure authentication!
@raphaelmachado7197
@raphaelmachado7197 2 года назад
Great video, helped me a lot
@syedsaad317
@syedsaad317 3 года назад
hey can anybody tell where is the video previous to this session i am confused at 6:04.. the result[0] thing.. can anyone gimme the link to the previous video???
@metin2dare
@metin2dare 2 года назад
I have a question. How do we check each time the logged in user and the key given to him? i think when we using jwt.verify() method , we must check who sending request like is it the logged in user or another user(like pretend user)? in the video we just check only jwt key is generated or not
@danielgarciabarea2321
@danielgarciabarea2321 2 года назад
Hey Pedro, this video was very useful. How can i redirect the user to a home page after he clicks the "login" button?
@blissweb
@blissweb 3 года назад
Great video as always. I have a question about the expiry and invalidation of the JWT. Maybe I'm a little confused, but does it ever expire ?? And what happens when it does expire ?? Maybe could be the subject of a whole new video.
@GodYutaru
@GodYutaru 3 года назад
Thank u Pedro, this login-auth tutorial series have been of a lot of help for me, and i bet for the rest all of us as well You have a very bright future kid. Keep on hacking!
@PedroTechnologies
@PedroTechnologies 3 года назад
That makes me very happy! Thank you for the positive words! I am glad I am being able to help you!
@florentinflo1727
@florentinflo1727 2 года назад
This video is basically😀 very good!
@yashaskirito
@yashaskirito 2 года назад
Thank you so much for this!
@MinhLe-sl5vm
@MinhLe-sl5vm 2 года назад
I have a question. So I basically follow your instructions and everything seems to work as expected. However, I do notice one thing. When I send the login request and inspect the request payload in the Network tab in Dev Tools, the username and password are fully shown in plain text. Is there something I do wrong or that's the way it is supposed to be? Because I believe in your video we are sending password in plaintext to server and then server will bcrypt compare, so I am a little bit confused. Thank you
@EXORT
@EXORT 3 года назад
Hello Pedro You teach wonderfully Please prepare a training course and teach us to create a blog with the admin panel I say blog to be a simple web to learn different things Thankful
@PedroTechnologies
@PedroTechnologies 3 года назад
Hey, Thank You! You mean making a blog with an admin panel to delete posts?
@EXORT
@EXORT 3 года назад
@@PedroTechnologies Yes, something like that For example, a user as an administrator And be able to send posts And remove it Or, for example, have a category If there is a comment, that is great :)) Of course, the posts system can also send photos These are very good things. By learning these, you can easily set up personal or corporate websites
@zhichengyu950
@zhichengyu950 3 года назад
Very nice tutorial! Could you make a tutorial about Email verification after register an account?
@PedroTechnologies
@PedroTechnologies 3 года назад
Thank you! I have never implemented email verification before, but I am going to search more about the topic!
@zhichengyu950
@zhichengyu950 3 года назад
@@PedroTechnologies Thanks a lot!
@amanchahal5764
@amanchahal5764 Год назад
im trying to find the video he talks about where he built the initial app program. i feel crazy but i cant seem to locate it. anyone able to drop a link in a reply?
@dnextreme
@dnextreme 2 года назад
Would this work even if you refresh your React app in the browser? I'm using the Bearer passport strategy on my NodeJs backend but whenever I have to refresh my browser, I am unauthenticated. I know this because I tested this out by protecting some routes on my React app
@pranavyeole102
@pranavyeole102 3 года назад
nice video really helped me through
@zenec_
@zenec_ 2 года назад
Ty a lot you are a life saver ^^
@michaelvanderloon6392
@michaelvanderloon6392 3 года назад
Great video man!
@PedroTechnologies
@PedroTechnologies 3 года назад
Glad you liked it!
@earlwood7826
@earlwood7826 3 года назад
Good videos thanks! But I've been reading that storing de JWT in localstorage or in cookies are not good practices for the xss attacks, with this approach how to make the actual token gets expired let's say in 1 minute and auto refresh the access token to be more secure?
@PedroTechnologies
@PedroTechnologies 3 года назад
It should be stored in an http cookie, so that no one can access it through the browser's js. In the video I made the mistake of storing it in the local storage to make it simpler for the video!
@earlwood7826
@earlwood7826 3 года назад
@@PedroTechnologies Thanks for your answer! U got a new subscriptor lml. Yes I know that you made it this way for simple explanation but will you make a tutorial on how to make it with http cookie?
@romimaximus
@romimaximus 3 года назад
Your channel has great content..!! awesome..!! you just got a new subscriber..!! 😁👍
@PedroTechnologies
@PedroTechnologies 3 года назад
Welcome aboard! Thank you!
@ifinit5428
@ifinit5428 3 года назад
I have 2 questions. First is what happens when the token expires? Second is if I do a api request the token expire time reset? Btw very good tutorial 🙂.
@PedroTechnologies
@PedroTechnologies 3 года назад
In this tutorial I didn't present a refresh token, so when it expires the person would have to login again to create a new one!
@charliebla12
@charliebla12 3 года назад
Yo Pedro... Just wondering are you using JWT and sessions in this ? Is it not usually use one or the other ? Relatively new to this btw just curious...
@PedroTechnologies
@PedroTechnologies 3 года назад
Hey, yeah there are 2 types of auth: Token based and session based! In this video the session is just being created to hold the data. For session based auth you ususally store the session id in a db. I will make a video on it!
@One_Piece
@One_Piece 2 года назад
Thank you so much bro
@elonpireva256
@elonpireva256 2 года назад
I think is the opposite. Authentication means who that person is ( username , password ) . Authorization is what I am able to access so what page or resource , btw nice tutorial.
@umeredava651
@umeredava651 3 года назад
Thanks
@sohailsayed4159
@sohailsayed4159 6 месяцев назад
Pedro you are awesome
@michalis2942
@michalis2942 2 года назад
Thanks alot man!!!!
@Jimmy-zw9ve
@Jimmy-zw9ve 3 года назад
Thank you. Glad to hear it is restful. but 24:12 isn't it just go to the endpoint of IsUserAuth and since that endpoint has used the middleware VerifyJWT so the backend can validate? for example, if I want only authenticated user can go to a page, do I need to again put the middleware VerifyJWT into the app.get "request" like this: app.get("/page", VerifyJWT, (req, res)) or we just need to do it once in IsUserAuth endpoint for the whole application by clicking the button? I am not sure how to call the "app.get, app.post".
@maxmaksum4673
@maxmaksum4673 3 года назад
Always awesome...thanks bro
@PedroTechnologies
@PedroTechnologies 3 года назад
Glad you liked it!
@cansugunes9226
@cansugunes9226 3 года назад
Nice Vids !!! Thanks for them. Maybe it's possible to make a tutorial about email verification ?
@PedroTechnologies
@PedroTechnologies 3 года назад
Thank you for the idea!
@PedroTechnologies
@PedroTechnologies 3 года назад
I will make a video about it!
@cansugunes9226
@cansugunes9226 3 года назад
I'm waiting for it. Thanks a lot 🙂
@amaljoseph6968
@amaljoseph6968 3 года назад
I am getting an internal server error while loading data. I can load the data if i don't use the middleware.but when i use middleware in loading data..am getting error like internal server error and its showing like no token
@PedroTechnologies
@PedroTechnologies 3 года назад
Interesting, can you paste ur code here?
@amaljoseph6968
@amaljoseph6968 3 года назад
@@PedroTechnologies export const loadUser=()=>(dispatch:Function,getState:Function)=>{ //user loading dispatch({type:actionTypes.USER_LOADING}) const headers:any ={ 'Authorization':'Bearer '+tokenConfig(getState) } axios.get(API_URL+'/users',headers) .then(res=> dispatch({ type:actionTypes.USER_LOADED, payload:res.data }) ) .catch(err=>{ dispatch(returnErrors(err.response.data,err.response.status)) dispatch({ type:actionTypes.AUTH_ERROR }) }) } export const tokenConfig = (getState:Function)=>{ //get token from localstorage //it will take token from authReducer const token = getState().auth.token //headers const config:IConfigHeaders={ headers:{ 'Content-Type': 'application/json' } } //if we have token,then add it to headers if(token){ config.headers['authorization']=token } return config }
@amaljoseph6968
@amaljoseph6968 3 года назад
Could you find it??
@formiga8010
@formiga8010 3 года назад
Boa Pedro!! Video top, me ajudou demais, desejo muito sucesso para você ksksks, salve do Brasil.
@PedroTechnologies
@PedroTechnologies 3 года назад
Fico feliz :)
@formiga8010
@formiga8010 3 года назад
@@PedroTechnologies Ah, aliás eu posso te perguntar uma dúvida que já tentei fazer de tudo e não estou conseguindo com o React?
@mariofabijanec4403
@mariofabijanec4403 2 года назад
Can someone pls link past two videos that he mentions at the begginging, cant find them
@njtuts5818
@njtuts5818 3 года назад
But where is the previous video link ? can you give that link here ?
@GauTrang_3e3
@GauTrang_3e3 2 года назад
Hi, ty for your videos, i have been looking for these kind of things and got this videos rlly nice, i have a question about doing 2 roles, and for example how to autenticate or take the difference if your role is user or administrator
@Shellflower1234
@Shellflower1234 3 года назад
Great content!!
@alejandroaquino3186
@alejandroaquino3186 3 года назад
Bro, your tutorials are awesome! Crystal clear explanations! Quick question: have you explained how to setup .env files? You mentioned them but I'm not sure if you've published something already.
@andrewaghoghovwia1948
@andrewaghoghovwia1948 3 года назад
I'm yet to see the video... from the comments ..looks good... please can you do a complete authentication system using redux? Thanks
@PedroTechnologies
@PedroTechnologies 3 года назад
Hope You Enjoy it! I don't use Redux, so I wouldn't know how to implement it with it. Sorry about that!
@FarhanAlly
@FarhanAlly 2 месяца назад
hey pedro i just wanted to ask a quick question please if u dont mind replying to me back... i am currently learning react secifically the topic of authentication and autherization. so my question as someone who has no background to server side programming how do i have to tackle when it comes server since i can not program for my own
@well_done_07
@well_done_07 2 месяца назад
i can provide u a server if you want.
@maxmaksum4673
@maxmaksum4673 3 года назад
very clear
@Dev_Everything
@Dev_Everything 3 года назад
Is it possible to get a copy of the source?
@devanshbhuptani260
@devanshbhuptani260 3 года назад
What's the use of session if you're using JWT for authentication? (BTW, I'm newbie to JWT 😅)
Далее
JWT Authentication Tutorial - Node.js
27:36
Просмотров 1 млн
Protected Routes in ReactJS - React Router Dom
19:03
Просмотров 67 тыс.
Session Vs JWT: The Differences You May Not Know!
7:00
React Like a Pro: React Best Practices
9:55
Просмотров 12 тыс.
What Is JWT and Why Should You Use JWT
14:53
Просмотров 1,2 млн
React Hooks Course - All React Hooks Explained
1:26:21
Просмотров 1,1 млн