🎉Our Newsletter is live! Join thousands of other developers islemmaboud.com/join-newsletter
@FreeCodingWorld9 ай бұрын
title says 5 mins, but the duration of the video is 13+ mins💀💀💀
@jacobmoore87347 ай бұрын
Which is funny cuz he's using a framework to speed up & simplify authentication
@stonecomstock Жыл бұрын
This is extremely helpful. Thank you so much!
@reyaustineechavez9600 Жыл бұрын
Hi Bro, thanks for the tutorial, I'm just wondering if you could do an extended tutorial on how to setup access levels or user roles?
@kamichikora6035 Жыл бұрын
Dave gray has videos on that
@sangwaemmanuel6936 Жыл бұрын
Thank you man, you gave just basics and gave them well
@sangwaemmanuel6936 Жыл бұрын
Helped me to go around React authentication with my Spring Boot App, it worked like a charm
@samiRediAmaniTekeshAlazarАй бұрын
thank you very much .. easy and straighforward ...!!
@brunofilgueiras3518 Жыл бұрын
thanks Islem, this was very useful, doing that manually can be a pain, I'll be considering using this lib as a solution for handling authentication, cheers.
@kimbapslayer19952 жыл бұрын
Sometimes I think content creators are so funny. You just released a video "why JSON web tokens suck! You should stop using them!" 😂 Idk I find it funny
@nbjr36709 ай бұрын
Very nice and hjelpfull tutorial, thanks. but i would like to now what vsc color theme you are using. could you tell me some extensions you are using? couse i like it. thnaks in again.
@CoderOne9 ай бұрын
The theme is halcyon. Thanks ^^
@Chmelewsky Жыл бұрын
glad i'm not the only one who refers to auth as creepy stuff 🤣
@DenzelLawrence-eq2xv4 ай бұрын
This was helpful but can you do the same video using react with JavaScript+SWC?
@pabloa_e Жыл бұрын
That's not working for me ... It says babel pacakges error. And when running this with a project using SWC instead of babel, it totally break my app ...
@alessandrofoglia4581 Жыл бұрын
Can you make a refresh token video on this library?
@FreeCodingWorld9 ай бұрын
Thanks for this video
@nabinsaud46882 жыл бұрын
Please also provide the link of api used in this video
@pdxshadow98196 ай бұрын
He literally did in the description. Also used Yarn…
@tyndecor5236 Жыл бұрын
how to use refresh token?
@Ronaldo7TFM Жыл бұрын
I get an infinite loop after SignOut or go to Private Routes
@oguisantosilva2 жыл бұрын
im getting an error: annot update a component (`AuthProvider`) can you please help me?
@joshuaeisenberger4975 Жыл бұрын
i got the same, do you have a solution?
@ettoregiorgio2502 Жыл бұрын
same
@Ronaldo7TFM Жыл бұрын
I get an infinite loop after SignOut or go to Private Routes
@affanansari7698 Жыл бұрын
@@Ronaldo7TFM did you find a solution? im having the same problem here
@rodelcrisosto499 Жыл бұрын
try using the version 2.12.7
@RomanKulyk-m9n Жыл бұрын
If I need to be authorized in multiple subdomains and on a domain, is this possible with your library?
@tonmoytalukder4232 Жыл бұрын
What is the name of the theme you're using?
@dzbro1194 Жыл бұрын
great vid. helped me alot
@alcideswenner2 жыл бұрын
What vscode theme are you using?
@ongkay2502 жыл бұрын
up
@paw5655 ай бұрын
Halcyon
@tharindudecosta7 ай бұрын
getting error "Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."
@createnewthings20246 ай бұрын
i'm facing the same error did u rectify it🙂
@ajaykathait76336 ай бұрын
me too
@joekimeu3 ай бұрын
same
@LETSSEEGOD Жыл бұрын
Thanks a lot mate. You have saved a lot time
@VinayThool10 ай бұрын
Hi i am getting following error. Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. react-dom.development.js:28439 Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. App.js } />
@sudekarakus8 ай бұрын
have you solved this error?im getting the same
@createnewthings20246 ай бұрын
@@sudekarakus same error for me have you resolved this
@ajaykathait76336 ай бұрын
me too
@unmye Жыл бұрын
i'm getting this message Module '"react-auth-kit"' has no exported member 'AuthProvider'. Did you mean to use 'import AuthProvider from "react-auth-kit"' instead
@unmye Жыл бұрын
oh nevermind, I saw an issue in the docs saying I need to install react-auth-kit@2.12.7 instead
@nadeemr1070 Жыл бұрын
@@unmye yes it fixed my error too.
@dzbro119411 ай бұрын
@@unmye thanks for this comment, it fixed my error
@push-to-talkpodcast2864 Жыл бұрын
theme?
@nizamarif5825 Жыл бұрын
Hi, the cookies are deleted when I refresh the page. Are they supposed to do that?
@murilobarbosa5062 Жыл бұрын
did you solved this problem?
@nizamarif5825 Жыл бұрын
@@murilobarbosa5062 actually I didn't so I choose to save the token on the browsers state
@philsmithies Жыл бұрын
@@murilobarbosa5062the usual way is to set it in your react context that wraps around the application
@gameplayerita56942 жыл бұрын
could the kit be used with nextjs?
@leodevbro Жыл бұрын
The docs of "react-auth-kit" library says: "Works with Gastsby, Next JS".
@vosid02 Жыл бұрын
what's that ide?
@damilolaomotola7269 Жыл бұрын
How do i persist login after refresh?
@_tilu47022 ай бұрын
Tutorial outdated, look at the documentation to get more informations.
@NoumanKhan-ck7vx Жыл бұрын
how to use refresh token please tell
@tsalisrosyadi14413 ай бұрын
Have you found that?
@NoumanKhan-ck7vx3 ай бұрын
@@tsalisrosyadi1441 yeah u axios instance wish i knew before
@tabetabada58247 ай бұрын
awesome video
@erikm97683 ай бұрын
thanks for not doing another lame sponsored auth0 video like every other sellout
@sruthyps4348 Жыл бұрын
api not working
@felicytatomaszewska Жыл бұрын
So you are saying that doing it from the scratch, understanding each and every step, controlling and customizing the process is crappy and creepy stuff?
@zakidzz2 жыл бұрын
can you make the same app but with next js? wnna see how to implemennt this with next js and also http only cookie
@monarchgam3r2 жыл бұрын
i think for nextjs, nextauth is the only library than can really work well
@zakidzz2 жыл бұрын
@@monarchgam3r next auth is full stack loking for secure client side
@monarchgam3r2 жыл бұрын
@@zakidzz well this library can't work for that..as it requires react router dom
@zakidzz2 жыл бұрын
@@monarchgam3r thnk s man
@mamlzy Жыл бұрын
@@zakidzz are u already know how to make auth with next js for client side only?
@codewithfaizu15202 жыл бұрын
i am waiting for your videos
@kunalahire5036 Жыл бұрын
thanks
@mickey-ij7un Жыл бұрын
How can I prevent user from accessing '/login' as authorized user? I'm looking for something like the opposite to
@techstuff7568 Жыл бұрын
If logged in, redirect
@BADGRAPHIX Жыл бұрын
7:03 is where he starts getting into the meat of what you actually do.
@paladin9876 Жыл бұрын
based
@kkr600 Жыл бұрын
it's not 5 mins
@akosbalint34852 жыл бұрын
Is it safe to store the jwt token in client side cookie?
@aniket-in Жыл бұрын
Nope, you are vulnerable to XSS attacks. The authentication token cookie must be set from the server.
@codewithfaizu15202 жыл бұрын
big fan of you
@siddheshbhosale98209 ай бұрын
less then 5 min and this video is of 13 min 😂😂
@BigSmoke-r9w2 ай бұрын
I cant understand crap.
@Gollum69 Жыл бұрын
hy guys, when I use const auth = useAuthUser(); console.log(auth().email); I get error "Object is possibly 'null'.ts(2531)" Could anybody help? thx