Skip to content

Karthikn-n/OAuth-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth-2.0

🤔 What is it?

  • First of all this is authorization API not a authentication.
  • It provide feature the user can access the resource without any credentials.
  • Instead it uses third part application to grant permission to access the resources from server

🧾 How it works:

It basically uses 4 terms to authorize the user to access the resource.

  • Resource owner (Mostly us).
  • Client ( like browser, application, desktop application or any other).
  • Authorization Server ( Third-Party app server will authenticate the user credentials related to this app ).
  • Resource Server ( This is end point owner want to connect and get response(resource) from it). [It could be local machine or remote server].

😉This simple diagram serves as a comprehensive explanation, covering all the above points.

(345) OAuth2   Spring boot 3   Social login _ never been easier - YouTube - Google Chrome 17-06-2023 14_35_13

  • I gave guide for this API PDF

Thank you for teaching @ali-bouali

Releases

No releases published

Packages

No packages published

Languages