journal.dhatrish.inHow to Implement OAuth 2.0/OIDC in React, Express and TypeScript with Prisma and implementation of Admin PrivilegesIn my previous blog, I focused mainly on the theoretical aspects of OAuth 2.0 and OpenID Connect. Now it’s time to bring those concepts into practice. For this blog , I’ve built a dedicated Proof of Concept (POC) to demonstrate a real-world implement...Jan 25·10 min read
journal.dhatrish.inOpenID Connect and OAuth 2.0: Streamlining Authentication/Authorization for Web ApplicationsIn this article, we will explore how OpenID Connect, combined with OAuth functionality, can streamline the authentication as well as authorization process. By using these technologies, applications with a web server can achieve a secure and efficient...Oct 23, 2025·11 min read
journal.dhatrish.inAuthentication using Refresh Token and Access TokenImagine stepping into the digital world as easily and securely as you enter your home. This is what token-based authentication in web development offers. In this article, we'll demystify how websites keep your digital identity safe and seamless. The ...Jan 18, 2024·3 min read