Akash Desardaimportidea.dev·Nov 27, 2024How to Integrate Auth0 SSO with FastAPIIf you want to integrate Auth0 SSO (or any social login) for all your authentication and authorization needs, you're in the right place! Let's get started together! Here are the steps Step 1: Use FastAPI-Auth0 python library. Step 2: Create Auth0 F...DiscussExpress Ideasexpress-idea
Tomas Darquierblog.tomasdarquier.com·Nov 21, 2024Cómo Estructuré la Arquitectura de mi Plataforma Web de Generación de Código📌 Nota 1: Recomiendo leer el primer blog de la serie para comprender en que consta el sistema y el porque de ciertas tecnologías utilizadas. 📌 Nota 2: Actualmente, el sistema ya está funcional y desarrollado casi en su totalidad. El código y un vid...DiscussDiario del TFGSpring
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·39 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·175 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·36 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·120 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