I’ve used Auth0 in several projects and nothing comes close when you need advanced auth features. Here’s 7,000 free users to get started bit.ly/3peoMQ4
@ShashotoANur3 жыл бұрын
There are no replies 😶
@tenslider67223 жыл бұрын
I have a stupid question, in case Auth0 servers are down for whatever reason, does that mean users for my app won't be able to login?
3 жыл бұрын
Timestamps pls (in the description)
@zyansheep3 жыл бұрын
@@tenslider6722 very astute observation. Better self-host...
@RamanandSingh3 жыл бұрын
Yo
@merlijnvanlent3 жыл бұрын
These beyond 100 seconds segments are always interesting. keep up the great work!
@ChrysusTV3 жыл бұрын
Auth0 looks cool, but when I consider future scaling needs, it's quite expensive. Maybe something to consider once revenue can be predicted. For now I'm using Firebase Authentication (probably as a result of a video from this channel, but I don't remember).
@mooshy59443 жыл бұрын
This. If you're building a personal project and don't anticipate getting a lot of users Auth0 makes sense, if you're anticipating a lot more user sign ups I would suggest something like AWS Cognito or just building your own. Switching to another auth provider later is damn near impossible so choose wisely.
@ZephrymWOW3 жыл бұрын
@@mooshy5944 switching auth providers is far from "damn near impossible". It is probably one of the easier migrations to do.
@TheBillionDollarSaaS3 жыл бұрын
You can export from fire base and auth0 without a problem.
@mooshy59443 жыл бұрын
@@ZephrymWOW Okay so how do you export existing Auth0 users into lets say AWS Cognito? Passwords and all?
@unixbashscript95863 жыл бұрын
Cognito defintely supports import from csv
@aniketacharya5123 жыл бұрын
The quality of these videos never ceases to amaze me.
@docmars3 жыл бұрын
Not as user friendly to setup, but AWS Cognito is a great alternative, and free for the first 50,000 users. Worth doing a video on it as well for comparison!
@TheRonpe3 жыл бұрын
I was hyped, until i checked their pricing.
@Exendes Жыл бұрын
Its free below 7k users
@pixelman457 Жыл бұрын
@@Exendes now, it's 1k
@edgarwideman737 Жыл бұрын
0.02 / month per user... It's not that bad.
@pixelman457 Жыл бұрын
@@edgarwideman737 lmaoo.. it is when you’re broke
@TomasDavidcz Жыл бұрын
You’re not broke when you have thousands of users. Honestly I was quite surprised how good their pricing is.
@felipe39663 жыл бұрын
HA HAAAA!!! Just in time to improve my ongoing app, what a genious! Thank you so much guys!
@Hobbitstomper3 жыл бұрын
I find OAuth incresingly scary as an end-user. I use Google for most 3rd party websites to sign-up / login. Yet every week I read new horror stories how Google just mistakenly bans entire Google accounts. The sheer thought that my Google account would get banned for whatever reason, and me not being able to login into 100s of 3rd party website where I signed up via OAuth....scary as hell. And yes, I know this video is about Auth0 and not OAuth (different things). Just felt like sharing my thoughts on OAuth from an end-user perspective.
@ChrysusTV3 жыл бұрын
I feel the same about using Facebook. However, I deliberately use Facebook instead of Google since if I ever lose my account for some reason, I don't also lose my entire email account. Most of the time, the sites keep your email stored and you can recover the account via email, which is only a problem if your email is also terminated (as it would be if your Google account was lost). And of course, I use my own domain for email so I can route mail to whichever provider I want.
@michaelb20473 жыл бұрын
@@ChrysusTV jeez how about not using a single service to manage all your data but maybe use password manager / hardware tokens / self hosted solutions instead. I see that SaS has its place, but I think authentication isn’t one of them. It should replace things that are you are not capable of hosting it yourself. Authentication is a solved problem and most frameworks make it very easy. I don’t know how trusting another company with all your user data, making yourself dependent and having to use an API is any better than using easy framework look ups from a database.
@ChrysusTV3 жыл бұрын
@@michaelb2047 My KeePass has 372 entries but thanks for your paragraph of concern. I'll use what I want to use, yeah?
@kiandinyari37403 жыл бұрын
@@ChrysusTV I would recommend against this. I got my facebook hacked and took months to regain control. They have zero support or care to get you your access back. It fucked up my ability to access all sorts of apps like Spotify. I no longer trust any of these universal login things.
@Hobbitstomper3 жыл бұрын
@@michaelb2047 The issue is, more and more websites don't offer their own login system anymore, they only offer logins via 3rd party OAuth of Google, Facebook, Twitter etc.
@lalitfauzdar38733 жыл бұрын
For basic auth, Firebase auth is way easier to implement and has a lot of features and for production, AWS Cognito (part of Amplify) is better and cheaper to go.
@Dontcaredidntask-q9m3 жыл бұрын
Cognito is awful + it's not part of Amplify, it can be used with Amplify
@everenjohn3 жыл бұрын
Yeah, stay married to those services.
@chiefdan073 жыл бұрын
Supabase auth is decent too
@lalitfauzdar38733 жыл бұрын
@@chiefdan07 Plus it's opensource. I've used it and I really liked the initiative and from some time, I've been a part of open source software and I'm in awe for such people who provide leading class software open-source.
@fredrickdenga75523 жыл бұрын
Wonderful, Jeff⚡🔥thanks for partnering with James Q Quick😎both of yall are real aces with these frameworks🏹
@dimalisovyk52773 жыл бұрын
I've used it for SSO. It works fine, when you need something simple, but for more complex stuff (e.g. custom claims) you need to implement rules, custom databases and so on. As a result, it is easier to implement simple identity server and customize it for your needs. Most of modern backend frameworks support login with Google and other plaforms (auth2.0, openId, saml)
@Viviko3 жыл бұрын
So… basically, I’m now reliant on Auth0 for my own users. And if Auth0 decides to change their rules, I can get kicked out and eventually have to build my own OAuth2 service anyways?
@quasa03 жыл бұрын
Yeah and you'll have to pay a lot
@arifdevcoding3 жыл бұрын
F
@arifdevcoding3 жыл бұрын
@@user-if1de8pt2j he meant policies. you know, that's google and google has some good reputation on suddenly shutting down services.
@Viviko3 жыл бұрын
@@arifdevcoding Or if they decide not to support the types of apps I decide to make, restrict collecting certain types of data, etc…
@Viviko3 жыл бұрын
@@quasa0 I mean, depending on your situation it might make sense. But, frankly, for really critical aspects of my apps, I like having control over them. Only for non-critical things or things that are too expensive to implement are what I like to rely on third parties for. For example, hosting services. It’s way too expensive to run my own servers and data centers. So, I’ll rely on AWS or GCP. Email is another example. It would just take too much work to build my own Email service. But, storing users and and authenticating them are kind of really critical. So, I prefer to implement that myself. Plus, it’s not too expensive when you look at the bigger picture.
@MarkEdwardTan3 жыл бұрын
I think Auth0 is expensive and might be good if you have the budget when it scales. I'd rather have my own authentication/authorization using PassportJS :)
@michaelhays3 жыл бұрын
Yeah I've never really understood the appeal of auth-as-a-service, when rolling your own is pretty easy
@ratulsaha94873 жыл бұрын
@@michaelhays i mean implementing oauth for so many providers is time consuming and too much code writing. People just look for the easy way out. And then we get this. Just one sdk, no need of your own api, easy to use.
@KGIV3 жыл бұрын
Agree. It certainly has a place in larger organizations, especially when it comes to compliance needs.
@ZephrymWOW3 жыл бұрын
@@ratulsaha9487 implementing JWT OAuth is like 10-100 lines of code lmao. Especially if you just use a library to handle it
@ratulsaha94873 жыл бұрын
@@ZephrymWOW thats email password login. I clearly stated that the lengthy part is the 3rd party providers like google, github, etc
@nosthrillz3 жыл бұрын
Hi James! 🤩
@f1shyv1shy353 жыл бұрын
Never been so early to great content 😆
@IngwiePhoenix_nb3 жыл бұрын
A few questions, and I am just being a little curious here: - Can I embed the login form into my website itself, or is the redirect required? I'd guess I can just POST to the auth0 URL as well, but just making sure. - Is there a hook for account deleting? i.e.: If you wrote a forum with auth0, you'd want to mark an account as deleted once that happens. - How much information can auth0 store, exactly? The profile showcased had minimal information. Is this all or would it be outright better to create a DB entry with a foreign key pointing at the remote profile entry to link the local profile with the remote account? Thanks!
@keooodev75543 жыл бұрын
you can add metadata to the accounts. using the authO managment API
@bringbackwindowsphone3 жыл бұрын
Yeah there's a hook for that. You can embed the form yourself using their APIs but it's much more work recreating all of the two factor flows and stuff compared to just using their excellent premade ones.
@Blast-Forward3 жыл бұрын
The redirect is required, you can only have a custom domain. If there is another solution, tell me. ;)
@ChrysusTV3 жыл бұрын
@@Blast-Forward Auth0 Lock...
@seanmccambridge3 жыл бұрын
One criticism I’ve heard of Auth0 is that it’s pricey. How about a video that compares it side by side with Firebase auth and Cognito?
@AkshatSinghania3 жыл бұрын
you are making i wanted 3 months ago , thats so cool ,it would be so helpful anyone else needing these.
@michongoma75983 жыл бұрын
Nice to see James here.
@86hardluck3 жыл бұрын
OMG Fireship and James Q. Quick in the same video at the same time?!! My brain just asploded! Two of my favorite techy teachers at once.
@DiegoHuamanLandeo3 ай бұрын
Очень полезное видео для сообщества, спасибо!
@babyboie203 жыл бұрын
Great collab! I generally watch both of y'all anyways, good to see you both in the same video.
@thisissyedbasim3 жыл бұрын
I really wanted to learn this. You read my mind 🔥🔥
@Jujukungfu3 жыл бұрын
Where were you with this like 2 days ago when I was trying to figure this out on my own lol. I jest, thanks for the great content! For free no less!
@TrevorReimer3 жыл бұрын
Would you consider a video about Ory? A open-source auth system with no vender lock-in.
@Blast-Forward3 жыл бұрын
Auth0 is very cool also as a straightforward solution for 3rd-party/social login.
@koodingfloppa393 жыл бұрын
I like how he predicts the interests of his audience right when they want to learn that type of thing
@Benjiman6th Жыл бұрын
I am novice. Was what you explained an SDK? And if so, are we to put the sample folder in our root directory?
@munashe_dev3 жыл бұрын
You deserve a Grammy no cap
@cm34624 ай бұрын
Honestly James Q Quick is kind of a boss
@artrix9093 жыл бұрын
jeff always posts just on time
@HaozheYuda19893 жыл бұрын
auth0 is getting better and better
@chotai3 жыл бұрын
Both of my favourite youtubers. OMG
@wlockuz44673 жыл бұрын
You know what I love more than "...In 100 seconds"? ...In 100 seconds and beyond!
@ThisGuyEdits247 ай бұрын
Me: Neat a 100 second video Video: 503 seconds Me: Hyped About Auth0 Auth0: Money Me: Checking pricing, then opens funeral and then goes inside.
@idukpayealex3 жыл бұрын
excited to see you james
@krazymeanie3 жыл бұрын
Auth0 is nice but i stick with next-auth that was built specifically with next js in mind. They also have built in support for prisma along with way more providers for free.
@lucasgazzola3 жыл бұрын
From 🇦🇷 🇦🇷 to the world
@ankushbhagatofficial5 ай бұрын
5:00 How you get this suggestion on integrated terminal?
@chiefdan073 жыл бұрын
Woah this is perfect timing. Currently looking into several auth services.
@megasage3 жыл бұрын
6:13 how is that cursor !
@srinathganesh69853 жыл бұрын
What about Keycloak? its Open Source but you host it yourself
@ZeroYT3 жыл бұрын
You have to pay for almost all good features. Magic email links for example..
@shreyanshmori73693 жыл бұрын
This is something I was looking for my site.
@copperbeckville1853 Жыл бұрын
Auth0 is a terrifying Orwellian piece of software.
@coconutz45353 жыл бұрын
What is the vscode theme that james use?
@majidraimi2 жыл бұрын
did u found it ?
@Manish_._3697 ай бұрын
tell us bro
@CANIHAZURDREAMSPLS11 ай бұрын
how does Auth0 handle other logins from other users or does this handle that as well and no need separate api keys?
@priyankamurmu6228 Жыл бұрын
What's the theme used here in vs code? Breathing cursor looks amazing
@AB-ub9nd3 жыл бұрын
It’s too expensive. Amazon cognito is cheaper and while maybe the api is a bit backwards it works great.
@olorunfemidaramola547010 ай бұрын
The access token I get from auth0 is invalid, I don’t know to fix that, cos it cannot be decoded
@chetanjain46163 жыл бұрын
Great video. Also, for your next one maybe you can do one for debugger with VScode its been long overdue
@prashpatil243 жыл бұрын
Thanks both of you very knowledgeable
@abh1yan3 жыл бұрын
Fireship is now beyond perfect.
@manfyegoh3 жыл бұрын
any firebase auth vs auth0 video coming soon?
@SuperElephant3 жыл бұрын
I can confirm that the mind reading business is no joke. I'm now experiencing that and truly believing in it..
@dongums2 жыл бұрын
I hope firebase also has easier server side auth workflow. it's hard to implement server side auth using firebase admin
@BlackdestinyXX3 жыл бұрын
Good job! I really like these type of videos
@luizuk42 жыл бұрын
Awesome content! Thanks!
@HendersonHarrisson2 жыл бұрын
What about Azure Active directory, and how does Auth0 compare with it.
@DK-ox7ze3 жыл бұрын
This is really nice. But I wonder how much different is the security part of login mechanism vs the security of other parts of the app? Given that auth0 is only going to secure the login, the devs still need to implement security in other parts of the app (which is basically most of the app). So if they are building good security mechanisms for other parts of the app, they should be capable of securely building the login part too?
@ChrysusTV3 жыл бұрын
That's not necessarily true. Many of the authentication systems (Auth0, Firebase, etc.) allow roles, which are what you'd use throughout your app to control access after the login stage. Obviously, if you're not using roles, then sure you have to build your own access control. Otherwise, the roles are in the JWT, so then your concern would be whether JWT is secure or not, not if these authentication systems are useful. And roles can be used inherently in other parts of a backend depending on the provider -- for example, Firestore can use your authentication roles to restrict access to documents.
@okmiedga Жыл бұрын
Anyone else having a lot of trouble getting the sample project up and running? The issue is with the javascript nullish coalescing operator.
@YanickSteinbeck3 жыл бұрын
Currently using auth0 and struggling with token expiry: Auth0 does not seem to let me set an expiry that's greater than 90 days. Has anybody solved this before? PS: I am aware of security concerns - but it's fine for my use case
@rahulpadalkar62373 жыл бұрын
This is great but the real question is what's in `jqq-meme` folder? jk, great vid.
@prajyotmayekar3283 жыл бұрын
Woooo 🙌🏻
@Abdullah_hassan_88 Жыл бұрын
Fun fact:open ai also uses auth0
@bity-bite3 жыл бұрын
Never heard of Auth0, nice. What about C# in 100 seconds please 🥺
@eugenmeissner95103 жыл бұрын
Cool stuff but why would i use auth0 if i'm already invested in a cloud provider?
@mrrishiraj883 жыл бұрын
Great content always
@GlenBondMogane3 жыл бұрын
The beast inviting coolest dude
@ryann18263 жыл бұрын
We want a video about PHP / laravel .. Or compare them to node.js ..
@piecepaper28313 жыл бұрын
your 1 week late. i implemeted auth0 and this vodeo would have helped alot
@richardebrain2 жыл бұрын
deploying to vercel kinda give me problem , it trows an error when i try to login , it says access denied .. any solution to this
@daniellchukwu Жыл бұрын
Perfect 👍👍
@kraskaska3 жыл бұрын
that's just what i needed, great work!
@jcjiron Жыл бұрын
Thank you thank you thank you!
@HiImKyle2 жыл бұрын
It's just too expensive in the long run imo, I need this but a self hosted version
@keooodev75543 жыл бұрын
I wish you added how to use the managment api with NEXT JS I find it a struggle
@tapu_3 жыл бұрын
But can it authorize dn?
@jasonpraful3 жыл бұрын
What's the zsh autocomplete package which gives an intellisense like ui for terminal? As seen in 5:01
@fr3dlopez Жыл бұрын
not sure if you ever found it but this is fig for macos
@teckyify3 жыл бұрын
You can have that with keycloak
@unpunished1233 жыл бұрын
Love you from Bangladesh
@SweetSummerChildern3 жыл бұрын
Os tutorial with Rust 🤗🔥🔥
@ninjaasmoke3 жыл бұрын
"this has been auth0 in 100 seconds, but stay tuned.." instant like achieved
@JasonLatouche3 жыл бұрын
I want to be able to store custom user attributes, like stuff they've favourited in my system. I also want to allow them to change email - with email verification - if they want to. Can Auth0 do that?
@baki-dev3 жыл бұрын
And why? How has favorited stuff in your system (business logic) got anything to do with security? Rethink it.
@khakcsar3 жыл бұрын
Finally I can stop hyperlinking the login button to next page.
@mensch44342 жыл бұрын
Yea 100 Seconds 👍
@rwlc3 жыл бұрын
Used Auth0 with my recent Next project, and I fucking loved it.
@Gabouchet3 жыл бұрын
Can your compare Auth0 to Cognito from aws ?
@joachim46602 жыл бұрын
passport.js in 100 seconds would be nice
@dawid_dahl3 жыл бұрын
Does anybody know the name of his vscode folder-icon plug-in?
@armaanchoudhary3 жыл бұрын
And I thought he did a face reveal xD (hover over the vid to see preview)
@computerscience11523 жыл бұрын
Rust beyond 100seconds
@krtirtho3 жыл бұрын
Hey Jeff, why u kinda looking like James?🤔
@naimahmed23822 жыл бұрын
I wanna know what vs code theme he uses
@KshitizArya173 жыл бұрын
Can you do one for Gatsby? I have recently started working on a project using Gatsby and it would be wonderful to have a video on it. p.s - Great video as always, keep it up
@ChumX1003 жыл бұрын
Cloudflare workers in 100 seconds!
@Football__Junkie3 жыл бұрын
…in 503 seconds
@bopon40903 жыл бұрын
Difference between passport and auth0??
@codecrafter_40463 жыл бұрын
That's what I'm waiting for, thanks :)
@neyliolol3 жыл бұрын
The fact that you don't know the difference between 0auth and auth0 made me anxious ...