Reinforzreinforz.hashnode.net·Oct 21, 2022Implementing Authentication with Twitter Oauth 2.0 using Typescript, Node js, Express js, and Next js in a Full Stack ApplicationWhat will we learn Here, we will learn to implement authentication using Twitter OAuth 2.0 on a minimal working full-stack web application. We will not be using Passport.js or similar libraries to handle authentication for us. As a result, we will un...Discuss·32 likes·471 readsTypeScript
Wulfiwulfi.hashnode.net·Feb 5, 2023A Step-By-Step Guide to OAuth 2.0: Implementing Sign In with Google, Facebook, and GitHubIntroduction: What is OAuth 2.0 and How Does it Work? OAuth is simply an open standard for token-based authorization that makes it easier for users to sign into your web app without having to create a new account each time. For example, if you're bui...Discuss·10 likes·60 readsOAuth2
MaryShodiyamarysho.hashnode.net·Feb 9, 2023Authentication and Authorization : Which is which?https://media.giphy.com/media/l2R0ebkWSmuqExsfS/giphy.gif There has been a constant misconception about these two terms. In most cases, one has been used in place of the other. While others take both terms to mean the same thing. This write-up aims...Discuss·10 likes·57 reads2Articles1Week
Emmanuel GautierforCerberAuthemmanuelgautier-1676898909609.hashnode.net·Apr 24, 2023How to Effectively Manage Invalid Tokens in Web and Mobile ApplicationsAs web and mobile applications become increasingly reliant on third-party APIs, it's critical to manage the tokens issued by OpenID Connect flows effectively. Tokens are used to authenticate and authorize users, and when they become invalid, they can...DiscussMastering OAuth2 and OpenID Connect for Secure Authentication and AuthorizationOpenID Connect
Sandeep Korrapatiphoenixdev.hashnode.net·Apr 23, 2023The OAuth 2.0 Odyssey: A Delightful Adventure into Web App SecurityIntroduction Ahoy, fellow explorers! Are you ready to embark on an epic journey through the fascinating world of OAuth 2.0? With this Hashnode blog post as your trusty compass, we'll navigate the vast ocean of this powerful authorization framework in...DiscussOAuth2
VIVEK RAJYAGURUvivekrajyaguru.hashnode.net·Apr 2, 2023Step-by-Step Guide to Implementing OAuth2 in a Node.js ApplicationOAuth2 is an authorization framework that allows applications to access a user’s resources stored in another application without the need to share the user’s credentials. In this blog post, we will go through the process of implementing OAuth2 in a N...DiscussNode.js
Sharif Elkassedsaleshorse.hashnode.net·Mar 26, 2023Getting a Salesforce access token with PostmanWhy do I need an access token? Access tokens are part of the authentication flow for accessing a resource that lives within Salesforce. Think of it as your way of proving that you are allowed to have access to that resource. For example, let's say ...Discuss·8 likes·38 readsSalesforce
Rupali Haldiyarupali.hashnode.net·Mar 1, 2023Send emails in Node.js using Nodemailer, Gmail & oAuth2In this article, I'm gonna discuss How to configure your gmail account for sending emails in node.js using nodemailer & oAuth2. Previously, we had an option for sending emails in node.js via gmail by allowing less secure apps in your gmail settings, ...Discuss·1 like·50 readsNode.js
Emmanuel GautierforCerberAuthemmanuelgautier-1676898909609.hashnode.net·Feb 27, 2023OAuth2 IntroductionOAuth2 is an open standard protocol that allows applications to securely access a user's data without requiring the user to share their login credentials. It enables users to grant third-party applications access to their resources such as personal i...Discuss·32 readsMastering OAuth2 and OpenID Connect for Secure Authentication and AuthorizationOAuth2
Aditya Sutaradityaoo7.hashnode.net·Feb 26, 2023Authentication & Authorization in Kubernetes - Using Oauth2 Proxy as Authentication Proxy"OAuth 2.0 and OpenID Connect (OIDC) have become the de facto standards for authentication and authorization in modern web applications and APIs. In the world of Kubernetes, these technologies provide a powerful framework for securing access to your ...Discuss·89 readsKubernetes
Yash Nirmalyashnirmal.hashnode.net·Feb 16, 2023Google Authentication in NextJs application! (In 10 minutes)Overview In this blog, we are going to learn how we can do Google Sign In in our Nextjs web application. We will be using next-auth-js for authentication. You can check the whole code on my Github: https://github.com/yashnirmal/next-google-auth Why u...Discuss·28 readsNext.js
Abiola Bakareiamstarcode.hashnode.net·Feb 13, 2023How To Send Emails Using Nest.js, Nodemailer, SMTP, Gmail, and OAuth2Sending emails with Gmail API used to be much less of a hassle with the not-too-good old "enable less secure app access" of Google account settings which allow the use of a Gmail username and password to authenticate Gmail API for sending emails, it'...Discuss·812 readsnestjs
MaryShodiyamarysho.hashnode.net·Feb 9, 2023Authentication and Authorization : Which is which?https://media.giphy.com/media/l2R0ebkWSmuqExsfS/giphy.gif There has been a constant misconception about these two terms. In most cases, one has been used in place of the other. While others take both terms to mean the same thing. This write-up aims...Discuss·10 likes·57 reads2Articles1Week