Dhruv Kharabelazy.hashnode.dev·Dec 9, 2024Crafting a Robust Authentication System in React Native with Clerk and FirebaseHey there! 👋 I'm excited to walk you through building a rock-solid authentication system for your React Native app. This is the exact setup I use in production, and I'll share all the little details that took me days to figure out. Let's dive in! Wh...DiscussReact Native
David Willifordblog.davidwilliford.dev·Nov 4, 2024How to Remove Customer Account API Authentication in HydrogenIn this tutorial, we are going to migrate from the default customer account API authentication in Hydrogen. Which is the non-customizable, email-code login (like below). If you are reading this, you likely made a new Hydrogen project after August 20...DiscussHydrogen Tutorialsshopify
Raymond Umukorotltmt.hashnode.dev·Sep 13, 2024LinkedIn 0auth2.0 implementation - easy wayWelcome to My First Post! Hello! I’m Raymond Umukoro, and I’m thrilled to share my very first article here on Hashnode. In this post, we’ll explore how to integrate LinkedIn OAuth 2.0 into your app—a topic I recently tackled myself—and highlight some...Discuss·3 likesLinkedIn OAuth 2.0
Daniel Olaitandaniellolaitan.hashnode.dev·Jun 28, 2024Overcoming Backend Challenges: My Journey with Flask and React IntegrationAs I embark on an exciting 8-week internship with the HNG Internship program, I reflect on a recent project that tested my skills and perseverance: NeighborShare. This web-based application, designed to facilitate resource sharing among neighbors, pr...DiscussFlask-JWT-Extended
Ashutosh Singhcodeaashu.hashnode.dev·Jun 11, 2024Basic User Authentication System in CIntroduction: Introduce the concept of user authentication systems. Mention the importance of user authentication in software applications. Briefly describe the purpose and functionality of the code. Code Overview: Explain the purpose of each h...Discussc project
jeeva Bcanopy.hashnode.dev·Apr 23, 2024Understanding Authentication and Authorization in Web Applications:Session: In web development, a session refers to the period of time a user interacts with a website or web application. Sessions are used to maintain stateful information between HTTP requests. Typically, a unique session identifier is stored either ...DiscussAuthorizationExamples
Paras Sahuwebed.hashnode.dev·Feb 28, 2024A Complete Guide to Access Tokens, Refresh Tokens, and Their Role in Enhancing Application SecurityAccess Tokens Access tokens are the token that confirms whether the specific user is authorized to perform a particular action in an application or not. Tokens are useful as they reduce the multiple login for authorization inconvenience of the user ....DiscussToken Security
Sumit Mondalsumit007.hashnode.dev·Jan 25, 2024A Beginner's Guide to Implementing Amazon Cognito in AWSIntroduction: Amazon Cognito is a robust and user-friendly service provided by AWS that simplifies the process of managing user identities and authentication in your applications. Whether you're developing a web or mobile application, Cognito can han...DiscussAWS - HandsOn #AWSImplementation
Kaleb abebek4l3b4.hashnode.dev·Sep 11, 2023Creating a Custom Authentication Backend in DjangoSo you want to authenticate different types of users in different ways, or maybe you want to integrate your system with third-party authentication services like Firebase or Auth0, Whatever your use case maybe if you require a custom way of authentica...Discuss·10 likes·64 readsDjango
Creative Bracket Blogcreativebracket.com·Jun 10, 2019Build a User Authentication system (Part 1)In this two-part series we will learn how to build a User Authentication system for use in your next application. User authentication allows access to specific resources on a system by verifying that a user has valid access to that resource. Here’s w...Discuss·39 readsDart