This is a lecture on OAuth provided by Living Coding, where you can learn technologies for API interoperability.
Understanding OAuth
Application Technology
Life Coding's WEB2 - OAuth class is a lecture on how to handle OAuth, an open standard protocol that allows access to APIs without going through a third party.
In order for a user to access the API of a service to which he or she has subscribed, authorization must be delegated from the user. At this time, a method of delegating authorization without the user's password is needed. The technology designed for this purpose is OAuth. Many APIs today support interoperability through OAuth.
This course is for those who want to access the APIs of services such as Google and Facebook on behalf of their users.
It is also an essential function for implementing the login function with other services as shown in the figure below.
This course requires at least a basic understanding of the web and the Internet. If you are not familiar with it, please refer to the courses below.
Also, since OAuth uses application technologies (PHP, Python, Ruby, JavaScript, Node.js, Java, etc.), an understanding of those technologies is required.
This is a 47-minute class consisting of 9 videos.
This lecture is licensed under a Creative Commons license and can also be viewed at the link below.
https://opentutorials.org/course/3405 I would like to thank Life Coding for sharing good knowledge.
Who is this course right for?
For those who want to access the service API on behalf of users
For those who need to implement a login function with another service
Need to know before starting?
Basic understanding of the web and the Internet
Understanding of application technologies (PHP, Python, Ruby, JavaScript, Node.js, Java)
All
9 lectures ∙ (47min)
role
01:53
registration
06:35
Issuing Access Token
02:47
API Call
08:02
Refresh Token
05:49
At the end of class
04:09