KSKaran Sharmainkaransh491.hashnode.dev·Aug 17, 2022 · 5 min readLet's secure your NextJs webappIn this article, I'm going to show y'all how to authorize your nextJs web applications, assuming you've express backend for your secured APIs & discord Oauth to authenticate users with JWT authentication. Note: Even if you don't have express backend...00
KSKaran Sharmainkaransh491.hashnode.dev·Jan 16, 2022 · 5 min readIntegrate Stripe With Your Next Big IdeaIf you're here, I'm assuming that you already know some programming language for Backend and API stuff. Now you want to integrate stripe and make some paid features or in Layman's terms, "putting some API endpoints behind the paywall which only paid ...00
KSKaran Sharmainkaransh491.hashnode.dev·Aug 22, 2021 · 4 min readJWT and SessionHello world, Today we'll discuss JsonWebToken and Sessions based Authentication; And why I prefer JWT over sessions. Internet is stateless, whenever we try to communicate with server; It had hard time identifying between you (reader) and me (myself �...00
KSKaran Sharmainkaransh491.hashnode.dev·Aug 22, 2021 · 2 min readLet's Firebase everythingIn this article, we will understand what's Firebase and But more importantly why and when you should use it (and some use-cases/demo apps) What is firebase Google Firebase is a Google-backed application development software that enables developers t...00