Shainil P Scodeshaine.hashnode.dev·Nov 4, 2024Carter: an typical e commerce projectI started this project september 2024.I don't remeber the exact date though . I made this project in order to put into my resume which I did. However, in order to stand out I needed to make this little unique . So I thought make this little complex b...Discusse-commerce
Shamitha Reddy Regentishamithareddyregenti.hashnode.dev·Oct 1, 2024Understanding Session-Based and Token-Based Authentication in API DesignEver wondered what happens when you try to authenticate into a website? what happens internally? what are all the internal authentication techniques one could apply as a backend engineer? There are many ways to authenticate a user, listing some of th...Discuss·34 readsSoftware Design LLDauthentication
tkssharmaarticles.tkssharma.com·Aug 28, 2024NestJS Authentication and Authorization with Auth0%[https://www.youtube.com/watch?v=1P44lR6JBzA] NestJS Authentication and Authorization with Auth0: A Comprehensive Guide ![](https://i.ytimg.com/vi/1P44lR6JBzA/maxresdefault.jpg) Introduction Implementing robust authentication and authorization is cr...Discussnestjs
Vivekheyvivek.com·Jul 30, 2024Why You Should Avoid Storing Authentication Tokens in Local Storage 🚫🔑In the realm of web development, securely managing authentication tokens is crucial for protecting user data and maintaining application integrity. A common approach for storing these tokens is using localStorage due to its simplicity and ease of use...Discuss·11 likes·168 readsauthentication
Mehdi Jaimjdev.vercel.app·Jul 24, 2024Create Authentication system with NodeJS, ExpressJS, TypeScript and Jest E2E testing -- PART 2.GitHub Repo Part 1 Part 2 Part 3 Part 4 JWT Middleware Let's create the middleware to handle the authentications. Create this file src/middlewares/jwt.middleware.ts. This middleware takes the Authorization header (Bearer [token]) and get the t...DiscussNodeExpAPINode.js
Musa Ahmedblog.connectwithmusa.com·Jul 19, 2024How to fix : Bearer error="invalid_token", error_description="The issuer 'https://dev-[DOMAIN].auth0.com/' is invalid"Before we start This guide assumes: You are using a recent version of .NET (.NET 6+) and that you are using JWT authentication with Auth0. You have already followed an Auth0 guide to setup API authentication for ASP.NET but cannot fix the error men...Discuss·34 reads.NET
Aakash Goplaniblog.aakashgoplani.in·Jul 13, 2024Managing Shared Sessions Across Multiple Applications in SvelteKitAuthIn this article, we will explore how to manage shared sessions across multiple applications using SvelteKitAuth. We will cover scenarios where applications are hosted on the same domain as well as on different domains, providing practical examples an...Discuss·116 readsAuthentication in SvelteKit using SvelteKitAuthpreview-url
Ashim Rudra Paulcodewithashim.hashnode.dev·Jul 9, 2024Save Time and Effort Using easy-express-cwa for Backend Automation🛠️ As developers, setting up Express.js backends can be repetitive. That's why I created easy-express-cwa — a CLI tool that automates the setup process with just one command. It copies your entire backend setup, including TypeScript configurations, ...Discuss·2 likescodewithashim
Logto Developer Bloglogto.hashnode.dev·Jul 9, 2024OAuth 2.1 is here: What you need to knowIntroduction Since OAuth 2.0 (RFC 6749) came out in 2012, the world of web and mobile apps has changed a lot. People are moving from desktops to mobile devices, and Single Page Applications (SPAs) are now all the rage. We've also seen tons of new fra...Discussoauth
Aakash Goplaniblog.aakashgoplani.in·Jul 7, 2024User Sign Out: Application vs OAuth ProviderIn previous articles, we explored how to sign out users from both the client-side and server-side. In this article, we will delve into the differences between signing out a user from the Application layer versus the OAuth layer. When you trigger a si...DiscussAuthentication in SvelteKit using SvelteKitAuthSvelteKitAuth