Srijan Rastogisrijan-27.hashnode.dev·Jul 23, 2024Guide to Basic Auth in Microservices: A Double-Edged SwordMicroservices architectures, with their modularity and distributed nature, have become the de facto standard for building modern applications. However, this distributed approach introduces unique challenges in securing communication between services ...1 likeGo Language
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...39 reads.NET
Abderahmane Katebabderahmane-kateb.hashnode.dev·Oct 19, 2023Mastering React-Native: Building App AuthWelcome to my journey of learning and mastering React Native. I have faced some delays in uploading articles or launching new projects due to certain circumstances, but I'm back now, and that's what matters. In the days leading up to this, I've learn...40 reads#APIAuthentication
sanjana kansalsanjana.hashnode.dev·Jul 27, 2023Step-by-Step JWT Authentication Implementation in Python - Part 1In this article, we will explore the concept of JWT authentication and learn how to implement it using PyJWT. Prior knowledge of Django and API building in Django is necessary to understand this article. JWT (JSON Web Token) is a token-based authenti...1 like·78 reads#JWTAuthentication