Proud to be one of the people bugging you to get this done
@user-kt1iz4vc3xАй бұрын
3:34 don't make it too crazy 13:13 i got really into that lately i went really crazy with it
@adpadillarАй бұрын
thanks for pushing through the pain of implementing email/passwd
@dpklabsАй бұрын
Thanks Dax and everyone working on this project!
@rodrigojuliani5113Ай бұрын
This is awesome. Thank you! PS : Nice bodybuilding light at the end, I could definitely see you've been working out hard to get acquired by Vercel 😂
@fitzsimonsdevАй бұрын
Finally Jay let you work on Auth
@k-a-yАй бұрын
Awesome! Looking forward to trying this.
@justindrahardjoАй бұрын
Nice! Come along way since the original Auth! Just tried it on a nextjs site, seems to work pretty well too. Some weird intermittent bug on redirection but that might be on the nextjs side.
@akhileshbkalnoor231Ай бұрын
Hey just a quick question, our current system uses jwt to handle auth flow between web, mobile and api's so would we have to switch to session based auth to use this library?
@sst-devАй бұрын
the access_token in OpenAuth is a JWT - can be verified without any db lookups
@akhileshbkalnoor231Ай бұрын
@sst-dev So I can use this access_token directly by attaching it to Auth header in requests? Like Bearer `access_token` In this case who controls the JWT secret? Is that auto generated or something?
@GreatTaiwanАй бұрын
So it’s an IAM solution? How is it different form Zitadel or Keycloak?
@JTWebManАй бұрын
Thank you for all that hard work!!
@Kyle-nt7nlАй бұрын
FYI algorithm punishes cursing in the first thirty seconds or so, I believe even if it’s censored
@relaxwithaiАй бұрын
Finally🎉
@ryandsouza2962Ай бұрын
Thanks for the amazing work! Gonna try this out :)
@jimshtepa5423Ай бұрын
can you share your neovim configs?
@insanity5428 күн бұрын
This is really cool! I'm going to try it. One curiosity I have is the name though. OpenAuth is waaaay to similar to OAuth, and it's going to be difficult not to conflate the two in my mind.
@EIsenah12 күн бұрын
I was just about to say the same. We just have many things with "Auth" in it. E.g: NextAuth, BetterAuth, Auth.js, OAuth.
@hugo_devАй бұрын
This is amazing!
@syz3981Ай бұрын
Any examples with a SPA react app?
@holdingW0Ай бұрын
Is this the legendary Dax??
@azizsafudinАй бұрын
Does this handle OAuth with different app names? E.g. login with Google with different apps but same underlying user?
@sst-devАй бұрын
yep!
@Salloom9924 күн бұрын
SUBSCRIBED would appretiate a link to the neovim config
@oleksiilisovyi3832Ай бұрын
cool stuff! I'm wondering idf there is an option to configure (ideally) per auth client things like TTL for auth token or at least generally speaking, so then some of the compliances can be met. thx again, really awesome out of the box stuff!
@thdxrАй бұрын
yep in the success callback we need to let you override default TTLs (and also give you info about the original client who requested it)
@oleksiilisovyi3832Ай бұрын
@ awesome, thx!
@codingleoАй бұрын
Beautiful! 🇧🇷
@dmytroyankovskyi1322Ай бұрын
light in the sea of darkness
@hendrykhoza4782Ай бұрын
I want to run this on a docker compose file as its own service... anyone please give me direction
@Cethris7 күн бұрын
This is a good thing, but the selling point “we created something new and a bit unusual” said at the beginning is misleading. Literally every company I’ve ever worked in does this