Auth0 - High Level Overview for Your Project Architecture

  Рет қаралды 23,687

Dedicated Managers

Dedicated Managers

Күн бұрын

Пікірлер: 61
@chris4321das
@chris4321das 8 ай бұрын
Excellent info, and I do appreciate the humor! 😂😂🤣🤣🤣🤣
@abdulwadoodsyed4436
@abdulwadoodsyed4436 Жыл бұрын
This guy is like if Michael from the office worked in tech.
@tyapka
@tyapka 2 жыл бұрын
This is what videos from Auth0 itself need to be like, not just some bs for executives.
@Sulls58
@Sulls58 3 жыл бұрын
Helpful content - the joke vibe isn’t working though
@najamkhan2791
@najamkhan2791 4 ай бұрын
I like the way you describe things with a humor twist. By any chance, do you have that high-level drawing?
@bntrn8494
@bntrn8494 2 жыл бұрын
Thanks a lot! That architecture graphics and your explanation finally helped me understand how everything is connected. Superb!
@yiannis_p
@yiannis_p 2 жыл бұрын
The best intro ever. Like ever. End of story
@DedicatedManagers
@DedicatedManagers 2 жыл бұрын
Ha. Thanks!
@AbdullahAlMuzaki-wu1fp
@AbdullahAlMuzaki-wu1fp 10 ай бұрын
Anw, i saw some link in your diagram image. Can we have that? So we can learn more deep dive
@evgeniisharaborin8071
@evgeniisharaborin8071 11 ай бұрын
Thank you very much ! It is a great job! where can I download this super informative graph?
@ayushmati08
@ayushmati08 2 жыл бұрын
Where are the subsequent videos? Would you be great if you would link them in the description.
@DedicatedManagers
@DedicatedManagers 2 жыл бұрын
Unfortunately life has just gotten too busy and I haven’t been able to make any more. Sorry.
@Tyrone-Ward
@Tyrone-Ward 2 жыл бұрын
Can we see the code for that example?
@heheiable
@heheiable 9 ай бұрын
Awesome video, congrats!
@shted224
@shted224 3 жыл бұрын
really helpful but not gonna lie this is a bit annoying with the jokes. Thank you though
@krishnajoshi364
@krishnajoshi364 Жыл бұрын
Great video!!!! Thank you so much for sharing it. Could someone please share the subsequent video links ? Thank you in advance :)
@mahajav
@mahajav 3 жыл бұрын
Ur so cool...I was struggling to understand this Auth0 business for quite some time, saw so many video's but couldn't really understand, with this one its crystal clear now. Thank you so much.
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
Glad you found it helpful!
@AbdullahAlMuzaki-wu1fp
@AbdullahAlMuzaki-wu1fp 10 ай бұрын
Super crystal clear explaination
@Hosain_Ahmed
@Hosain_Ahmed Ай бұрын
Very interesting, ha ha ha. Keep it up.
@andrewobrigewitsh
@andrewobrigewitsh 3 жыл бұрын
Great video, super simple and to the point.
@jacksonblankenship1054
@jacksonblankenship1054 3 жыл бұрын
good stuff, my man. thanks
@christiantobler7628
@christiantobler7628 2 жыл бұрын
Very clear explanation, thanks !
@RogerThat902
@RogerThat902 3 жыл бұрын
Great explanation. Really helped me. Thanks!
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
Glad you found it helpful!
@AndyD89
@AndyD89 3 жыл бұрын
Thanks for the good explanation! Can you please explain how the API on your own server will validate the access token?
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
I didn’t say that in the video? (It’s been a while since I made it) It gets a public key from the Identity Server (Auth0) to verify the token. It only needs to get the public key one time and then can cache it for a while. … this is as far as I know, I am not an expert.
@AndyD89
@AndyD89 3 жыл бұрын
@@DedicatedManagers thanks for your reply!
@michaelnurse9089
@michaelnurse9089 3 жыл бұрын
I need Auto0 explained to me. I also laughed out loud about seven times. Made my day!
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
Thanks. Your comment made my day!
@mareklewandowski7784
@mareklewandowski7784 2 жыл бұрын
You don't need these "funny" addons. The content is great, you don't need to pimp it. If you want to do more editing you could show some diagrams or images in the background.
@KyraKillah
@KyraKillah 3 жыл бұрын
I liked and subscribed. I hope can see more video explain structure like this of you
@lowrez1646
@lowrez1646 3 жыл бұрын
Nice video, very good / thorough overview. Wondering about the validation step/call back to Auth0 - is that on every API call made? Seems like that could be 'costly'. Wouldn't it be better to check that maybe randomly as a precheck before whatever API call is needed for the application instead of every time? Seems like overkill to essentially make 2 calls always when any API is called but maybe that's just the best / most secure way to do it.
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
Can you give me a time in the video where your question lies? The API only needs to connect to Auth0 to get the certificate to validate the token signature, which can be cached thereafter. So there isn't a call back to Auth0 on every request (ideally, with cacheing)
@lowrez1646
@lowrez1646 3 жыл бұрын
@@DedicatedManagers Right, that's what I would expect. But you mention needing to validate the token before making an api call on your api layer. So I just assumed you didn't actually mean with every call you make to your own backend after the users auth'd. It's toward the end of the video, sorry I don't know the exact spot.
@sukurullasheikh3301
@sukurullasheikh3301 4 жыл бұрын
hey bro how can we user information from auth0
@DedicatedManagers
@DedicatedManagers 4 жыл бұрын
Thanks for the comment... I think there’s a typo so it’s a little hard to understand your question accurately... if you are asking how you get the user’s information, it’s in the identity token. I’m hoping to get The chance to do more in-depth videos on this sub topic and others. Please be sure to subscribe!
@samuelpai9601
@samuelpai9601 3 жыл бұрын
great video, just what I neeeded to learn!
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
Thanks. Glad you found it helpful!
@designanddevelop585
@designanddevelop585 3 жыл бұрын
Amazing explanation! Thanks for the help
@sergioterrazas97
@sergioterrazas97 3 жыл бұрын
Dude, it's annoying AF that thing. Seriously, two more of those and I quit the video.
@saylorsedell2380
@saylorsedell2380 Жыл бұрын
I have never seen such cringe from a video, absolutely insane.
@will-taylor
@will-taylor 2 жыл бұрын
Thanks!
@AdamNapoletano
@AdamNapoletano 3 жыл бұрын
Great video, thank you! Can you make some on the processes that happen next and how to implement this into codebase?
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
That was my goal... unfortunately I haven’t had the time :(
@ahmedmouad344
@ahmedmouad344 4 ай бұрын
Thank you so much it's really helpful but i really suggest visiting therapist ASAP xD
@peirdenaasem
@peirdenaasem Жыл бұрын
Wow man, you have some issues. Good tutorial ;)
@carolinholat3233
@carolinholat3233 4 жыл бұрын
Thank you very much!
@DedicatedManagers
@DedicatedManagers 4 жыл бұрын
carolin holat Thanks for the comment. Glad you found it helpful.
@babyblue7798
@babyblue7798 3 жыл бұрын
i am just here because i am applying for a job with this company.. is this for developers? i still dont get it. i am not applying for a technical job. LOL
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
Yes… Well it is A high-level overview, it is meant for developers that have some technical understanding.
@RG-ds7ob
@RG-ds7ob 3 жыл бұрын
Haha... Nice! Thanks!
@matthewcragg3607
@matthewcragg3607 Жыл бұрын
Get rid of the little acting bits. They do nothing for the video other than distract. Otherwise the video is superb.
@lordrampenthump422
@lordrampenthump422 2 жыл бұрын
annoying af
@abcrofoot
@abcrofoot 3 жыл бұрын
i'm only 30 seconds into this video and idk if I'm going to learn anything, but you're getting a like for this "WHO ARE YOU AND WHAT ARE YOU DOING HERE?" bit
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
Thanks for the comment! I was feeling pretty rejected because a couple other people commented that they found it annoying. I was just trying to have some fun with the video so I’m glad you commented that you get I was just trying to have some fun!
@campndad
@campndad 3 жыл бұрын
@@DedicatedManagers Don't listen to the haters. Just keep on making videos that are fun for you!
@raevilman
@raevilman 3 жыл бұрын
@@DedicatedManagers I also found it funny and enjoyed it! and don't loose your personal touch, this is what makes you stand out of the crowd of tutorials producing factories. Keep up👍
@DedicatedManagers
@DedicatedManagers 3 жыл бұрын
@@raevilman thanks :)
@adriandemir7699
@adriandemir7699 Жыл бұрын
what are those disgusting things bro
An Illustrated Guide to OAuth and OpenID Connect
16:36
OktaDev
Рет қаралды 621 М.
Auth Does NOT Have To Be Hard
17:13
Web Dev Simplified
Рет қаралды 102 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 40 МЛН
tRPC + NestJS: This Changes Everything | Full Tutorial
58:41
Michael Guay
Рет қаралды 935
What Is JWT and Why Should You Use JWT
14:53
Web Dev Simplified
Рет қаралды 1,2 МЛН
oAuth for Beginners - How oauth authentication🔒 works ?
10:43
What does larger scale software development look like?
24:15
Web Dev Cody
Рет қаралды 1,4 МЛН
Setting up Auth0 for API authentication and authorization
17:17
No-Nonsense Backend Engineering Roadmap
10:16
Codebagel
Рет қаралды 250 М.
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 201 М.
What are Refresh Tokens?! and...How to Use Them Securely
19:29
OAuth 2.0 explained with examples
10:03
ByteMonk
Рет қаралды 166 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 40 МЛН