From e757f429dc5753c7c995c182d1d0879331a57ba0 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Wed, 9 Feb 2022 11:00:34 -0500 Subject: [PATCH] Update 101-oauth.md (#1125) --- .../109-apis/106-authentication/101-oauth.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/109-apis/106-authentication/101-oauth.md b/content/roadmaps/101-backend/content/109-apis/106-authentication/101-oauth.md index 4288db050..be4eae79e 100644 --- a/content/roadmaps/101-backend/content/109-apis/106-authentication/101-oauth.md +++ b/content/roadmaps/101-backend/content/109-apis/106-authentication/101-oauth.md @@ -1 +1,13 @@ -# Oauth \ No newline at end of file +# OAuth + +OAuth stands for **O**pen **Auth**orization and is an open standard for authorization. It works to authorize devices, APIs, servers and applications using access tokens rather than user credentials, known as "secure delegated access". + +In its most simplest form, OAuth delegates authentication to services like Facebook, Amazon, Twitter and authorizes third-party applications to access the user account **without** having to enter their login and password. + +It is mostly utilized for REST/APIs and only provides a limited scope of a user's data. + +Free Content +Okta - What the Heck is OAuth +DigitalOcean - An Introduction to OAuth 2 +What is OAuth really all about +OAuth 2.0: An Overview