Emmanuel Oloyedetechemmy.hashnode.dev·Sep 17, 2023Getting started with OAuth and Understanding how it worksIntroduction ✨ I'm writing this due to an experience I had with implementing OAuth. The first time I implemented it in one of my projects, I got a bit confused. I didn't know it worked because I didn't take the time to read the docs, I just made it w...Discuss·1 likeauthentication
Triviawaves Mediatriviawavesmedia.hashnode.dev·Sep 5, 2023Protecting your APIs with OAuth: Security and Strenght of Access Tokens.OAuth stands for Open Authorization. It is an open standard protocol for secure, delegated access to web services and resources, enabling third-party applications to access user data without revealing credentials. OAuth enables single sign-on (SSO) s...Discussoauth
SuperTokenssupertokens.hashnode.dev·Aug 7, 2023SAML vs OAuth: Choosing the right protocol for authenticationIntroduction SAML (Security Assertion Markup Language) and OAuth (Open Authorization) are key protocols for authentication and authorization. While both protocols serve essential purposes, they possess distinct characteristics that make them suitable...Discussauthentication
Dakshi Goelduckwhocodes.hashnode.dev·Aug 3, 2023Everything you need to know about OAuthNowadays, Authentication has become an inseparable part of applications. You can opt for many ways to authenticate users to your website (email/password being the most commonly used). But one of the most convenient and my personal favorite <3 is OAut...Divya karlapudi and 1 other are discussing this2 people are discussing thisDiscuss·5 likes·160 readsoauth
David Oluwatobidecode.hashnode.dev·Aug 2, 2023Google OAuth Implementation with GolangWhat you'll learn: In this article/tutorial, you will be learning about concepts such as OAuth, Single Sign-On and how to implement Google OAuth with Golang. Prerequisites: Familiarity with Go Go installed on your local machine or cloud Access to ...Discuss·478 readsprogramming
Abdulrasheed Lawalrasheedee.hashnode.dev·Jul 26, 2023JSON Web Tokens for Web Services in 4 QuestionsPhoto by Laura Heimann on Unsplash What exactly are JSON Web Tokens (Jwt)? In the simplest form, a Jwt (pronounced jot) is an encoded string representation of JSON objects which denote a series of assertions (known as claims) to be transferred betwee...DiscussJWT
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Jul 24, 2023Implementing OAuth2 Login with GitHub and PlatformaticOAuth 2 is a popular protocol for authentication and authorization, allowing users to authorize access to their data without the need to share sensitive passwords and other credentials with third-party applications. While this makes Oauth 2 a great o...Discuss·10 likes·230 readsOAuth2
Aditya Chaudhariwww.adityatechinsights.com·Jul 8, 2023Why Should I Care About OAuth 2.0? Understand important components in OAUTH2.0 .You've probably heard of OAuth 2.0, but have you ever wondered why it's become such a big deal and how it solves some of our authentication headaches? let's dive into it together! OAuth 2.0 is someone like a loyal mediator that allows different parti...Discuss·147 readssoftware development concepts OAuth2
Alin Iordachealinmx.hashnode.dev·Jun 30, 2023How to Connect with Strava API Using RustImplementing this in Rust is somewhat challenging since, at the time of writing this article, there were no crates available that could accomplish everything I wanted. As a result, I had to implement most of it myself. However, this was a welcome par...DiscussTechRust
Nam Nguyenfor『IT』BASEitbase.tv·Jun 26, 2023Understanding OAuth & OAuth 2.0Introduction In today's interconnected digital landscape, secure access to resources and protected data is crucial. OAuth and OAuth 2.0 have emerged as industry-standard protocols for enabling secure authentication and authorization across various ap...Discuss·73 reads🌐 NETWORKINGOAuth2