Today we learned WebSockets in cohort & built a chat app! 🔌
Real-time. No polling. Just a persistent connection doing its thing.
This week's deep dive:
→ OIDC + OAuth
→ WebSockets
→ Linux filesystem
Let's go.
@piyushgarg_dev@Hiteshdotcom@nirudhuuu#chaicode
built a bare minimum OIDC provider on top of my existing auth system this week
all it took was 2 routes:
→ /.well-known/openid-configuration (discovery JSON) → /.well-known/jwks.json (public key)
@Hiteshdotcom@piyushgarg_dev@ChaiCodeHQ@nirudhuuu#chaicode
Why does one bug in a monolith break everything?
Today: monolith → microservices → OAuth → OIDC
OIDC + OAuth together is a lot. Revisiting tomorrow.
Did auth ever confuse you this much? 👀
@piyushgarg_dev@Hiteshdotcom@nirudhuuu#chaicode#oauth
Just done with my 1st DB design of thrift creator store.
i know this design might have some flaws. i need to figure out i just try and complete it.
please leave feedbacks in comment section.
@ChaiCodeHQ@Hiteshdotcom@piyushgarg_dev@nirudhuuu
We learnt our lesson, hopefully you got it too.
Even though you are appreciating something but this kind of attention is not common for everyone. Please refrain from tagging other people and companies.
Feel free to tag me or @ChaiCodeHQ , we don’t mind and I still appreciate all of your work.
And chill folks, no need to worry about reputation of “India” for few tweets. It’s a small bubble that we all enjoy here. Again, on behalf of all students, I personally apologise for tagging other companies.
Peace ✌️
Built my Authentication System 🔐
• Password hashing with bcrypt
• Email flows using Nodemailer
• Proper auth flow understanding
Now re-implementing everything from scratch to lock it in
easy explanation by @Hiteshdotcom sir
@nirudhuuu@piyushgarg_dev#chaiauthpromax#chaicode