Really clear! I have seen lot of tutorials without a real context. Here we can learn in a real example how to use Context, Navigation, LocalStorage and HTTP Requests using axios. Congratulations! 😃
Thank bro, I am nabe to the React Native, by some youtube class, i created the react native app, but issue in auth and navigations , but yours one play list had solved all my problem's thanks a lot bro.
Hi Pradeep - I see that you store the access token on to a state..what's the best practice? is it to store into a state and keep referring to it when required or fetch from AsyncStorage when required? Would there be a security concern storing the access token on a state? Thanks
Hey, teacher Pradip! Congratulations for your excellent videos! I was wondering how you did the reauthentication in case the user forgot the password? :)
Your the best man! Im learning so much cause of u! Please teach us how to create a feed in the app and post stories by user with the JWT authentication flow
Hey Pradip, do you know any tutorial about how to make a NPM package for a React Native component? I'm strugglin to make my component a module to be export
Great tutorial. SUBSCRIBED. 😊 Can you please make a tutorial on creating a general APICaller File from which we can make all API calls POST/GET etc? And consume it in any page with keeping APICall caching strategy in mind to optimize APICall speed and memory? And add Redux for generalized state management in your style? I'll be very thankful to you
Hi there, at 16:09, can you make a more in depth guide on JWT Authentication? Pretty Please? 😢 you're my only hope for my thesis. Or at least, can you tell us how you generated that initial link in postman?
Hi Pradip, your videos really help me to learn something new and it's very easy to understand. Sir, I've question that can we add gif img and button on splash screen on click of that button, it takes me to home screen. I searched a lot to find out the solution but nowhere in internet provided that solution, can you pls make one video for this. Humble request 🙏.
great video, helped me understand some concepts better :) , dropped a like and subscribed. ps: the github is not up to date i believe, or is it on purpose ?
Hey Pradip, can you do twilio chat (Conversations API) for React Native. Coz no have posted any tutorial or anything. And Its need for everyone, Thank You
Nice tut. But you should not store token with asyncstorage cause IT IS NOT SECURE. Please if the serie continue provide another solution to store and retrieve the token with encryption. And solution to refresh expired token. thanks.
It's mainly a backend process and from the app you just need to do some API call and create 2 new screens for submitting the email/username to get email to reset password and the other one will be where you reset the password. So there's nothing much different than just doing some api calls. I don't have any plan to make a video about it.
Thanks for the amazing video And in a situation whereby you're to make api calls with an expired token, because token do have expiration time. I would really love you to assist me with a reply because I'm kind of stalked on a project with this situation
In that case, you'll have a refresh token API end point where you can provide the expired token to get a new one and you can do those checking in isLoggedin function.
At certain parts you go way to fast, maybe explain what certain parts do and take your time to display what you're doing. Making tutorials is not a race. If users find you going to slow they can easily skip through.
Please mention your insta here, i wanna follow's you there too, because you always post such a useful and industry trendy stuff. Huge admiration for being my mentor, love from Pakistan
Absolutely perfect lecture for a beginner's student. Thank You sir.
Really clear! I have seen lot of tutorials without a real context. Here we can learn in a real example how to use Context, Navigation, LocalStorage and HTTP Requests using axios. Congratulations!
😃
You're very welcome!
you're amazing, you save my university project, thanks a lotttttttt
This is helpful
I was very confuse on the implement of authen use navigation and this saved my life!
Thank bro, I am nabe to the React Native, by some youtube class, i created the react native app, but issue in auth and navigations , but yours one play list had solved all my problem's thanks a lot bro.
Jwt code is not available in git repo plzz add the code.
Very helpfull video, thank you very much
Hi Pradeep - I see that you store the access token on to a state..what's the best practice? is it to store into a state and keep referring to it when required or fetch from AsyncStorage when required? Would there be a security concern storing the access token on a state? Thanks
Absolutely perfect tutorial. Thank You very much and good wishes for you.
hi, thank you!! Excellent job.👍
thank you bro, you did a great job !
Great tutorials, many thanks
What about refresh token?
How can i implement refresh token?
Thank you, this was exactly what I needed 🎉
I did as he wrote, but it return an error isLoading undefined in my app.js why?
Excellent to-the-point guide. If this was nostr I'd zap you right now.
Congrats, awesome video!
very helpful ❤
Hey, teacher Pradip!
Congratulations for your excellent videos!
I was wondering how you did the reauthentication in case the user forgot the password? :)
Wow! it's Amazing I did it well ! Perfect work !
Did you create your api with springboot?
could you recommend a good tutorial for Api building.
thank you!
its very informative videos thanks pradeep bro for such useful video
This is a really great tutorial
Hi, thanks for great videos.
If i just do for Home screen not for nav drawer then?
Great explanation. Thanks
You are welcome!
Your the best man! Im learning so much cause of u! Please teach us how to create a feed in the app and post stories by user with the JWT authentication flow
Navigation not working in AuthContext screen. Any idea?? How to solve this error
Hello, how do I get postman to generate the token, I can't do the authentication because postman doesn't connect to my project, thanks
Hey Pradip, do you know any tutorial about how to make a NPM package for a React Native component? I'm strugglin to make my component a module to be export
Interesting! I haven't looked into this topic yet but I'll look into it and share some info or may be create a video about it in future.
@@itzpradip thank you so much!
hi, does this handle refresh tokens? or does it just not expire for you?
thank you for the guidance
Awesome man 👏
Great tutorial. SUBSCRIBED. 😊
Can you please make a tutorial on creating a general APICaller File from which we can make all API calls POST/GET etc? And consume it in any page with keeping APICall caching strategy in mind to optimize APICall speed and memory? And add Redux for generalized state management in your style? I'll be very thankful to you
you RE SUCH A GEM MAN can u make one series for Redux in react native with either thunk or saga
Hi there, at 16:09, can you make a more in depth guide on JWT Authentication? Pretty Please? 😢 you're my only hope for my thesis. Or at least, can you tell us how you generated that initial link in postman?
Nice tutorial, but correct me if i'm wrong, we never check if the jwt token is expired when we start the app right?
While Signing up success how will navigate user from signup screen to Signin screen(since from context u cant navigate to screen).
Hi Pradip,
your videos really help me to learn something new and it's very easy to understand.
Sir, I've question that can we add gif img and button on splash screen on click of
that button, it takes me to home screen. I searched a lot to find out the solution
but nowhere in internet provided that solution, can you pls make one video for this.
Humble request 🙏.
very nicely explain!!!!
hi pradip, how we can prevent with multiple login in above example
When I click on login button I get "TypeError: cyclical structure in JSON object" anyone has an idea what could be wrong? Same code as in this video.
nice work sir
you should have added refresh token part also
great video, helped me understand some concepts better :) , dropped a like and subscribed.
ps: the github is not up to date i believe, or is it on purpose ?
i think the github isn't updated with the last version
@@backcost yes there is no context folder
How to further access the stored token to fetch auth data with header
Hi can you also do form validation for this?
Hello I have a question:
Does anyone know how I can make the user log in to have a profile screen where his name, height, weight and his photo appear?
Can you make a video about the same but with expo router v2 instead of react navigation ? Great job !
Thanks for your comment. Expo router v2 tutorial is posted here th-cam.com/video/ZG6GngLP3qo/w-d-xo.htmlsi=_fi39UV93UqzBRs9
Hi my dear friend. Im creating a authentication with react native google sign in. How can i make a auth with react navigation
post video about React Native CLI from scratch to advanced concepts video series
hi pradip ! I'm lost in the end of the video, how didi you do to make a jwt ???? because I don't have the same result ...
I finally use the same backend solution for my react app to generate a jwt token and it's a success ;) ! thanks for the tuto !
could be update github acc ? because in my opinion doens have more files.
Can you maje a video of roles in react-native pleaseeeeee🙏🏾
please make video also on register component from where get token and than use it login component
is it possible to use Keycloak with react native?
And can you please specify why did you preferred AXIOS over FETCH for REST API CALLING?
axios has more features than fetch
Hey Pradip, can you do twilio chat (Conversations API) for React Native. Coz no have posted any tutorial or anything. And Its need for everyone,
Thank You
You did not uncomment the AppStack? How does that work?
Nice tut. But you should not store token with asyncstorage cause IT IS NOT SECURE. Please if the serie continue provide another solution to store and retrieve the token with encryption. And solution to refresh expired token. thanks.
Did you got any resources for refresh token implementation for react native apps
permission to ask, is it in this video that if the token expires then it is immediately directed to the login screen?
Did you manage to do this?
difference between useContext v/s redux?
How to create that jwt api please tell
how do u handle the 401 error to logout the user? can u do that also. when the jet token expire how will logout the user from a global axios file
Did you manage to do the logout when the token expire?
Hey, Can you please make a video about Zoom call integration with React native?
Thank you very much
how do you handle it if the token expires on the backend?
Did you find a solution?
Return an unauthorized response to frontend and log the user out, or send a refresh token
great job 🥰
Thanks for the video.
Can you show the how to implement forgot password
It's mainly a backend process and from the app you just need to do some API call and create 2 new screens for submitting the email/username to get email to reset password and the other one will be where you reset the password. So there's nothing much different than just doing some api calls. I don't have any plan to make a video about it.
thi is whate i wante thnx PD
Thanks for your comment & support!
Thanks for the amazing video
And in a situation whereby you're to make api calls with an expired token, because token do have expiration time.
I would really love you to assist me with a reply because I'm kind of stalked on a project with this situation
In that case, you'll have a refresh token API end point where you can provide the expired token to get a new one and you can do those checking in isLoggedin function.
U BEST!!!
Getting getItem is undefined error
Can you please help me
hi can someone please help? My logout function was working fine before but now doesn't work...i stay logged in when i reopen the app after logging out
I'm also getting the same issue.
Did you find any solution
thank you sir
Wow, Awesome
Thank you! Cheers!
10:00
❤❤Crazy Good
Async storage is not working for me
thanks
Dada kemon acho?
could you please provide source code
yo, ever heard of redux? xd
At certain parts you go way to fast, maybe explain what certain parts do and take your time to display what you're doing. Making tutorials is not a race. If users find you going to slow they can easily skip through.
lazy loading video
Please mention your insta here, i wanna follow's you there too, because you always post such a useful and industry trendy stuff.
Huge admiration for being my mentor, love from Pakistan
Thanks for your support & comment. I don't have instagram account.