- Mastering OAuth 2.0
- Charles Bihis
- 328字
- 2021-07-30 10:05:08
Preface
The Internet is a thriving and dynamic ecosystem. Living and playing within this ecosystem are many world-class services, all offering world-class technologies. Think about the massive social graph that Facebook hosts, the most up-to-date mapping system proudly owned and operated by Google, or the ever-growing professional network that is available from LinkedIn. All of these companies, and more, are presenting their world-class technologies for the world to use!
Until recently, it was very difficult to access these technologies in your own applications. Each company would create their own protocols for how to access and leverage their respective technologies. You may have heard of Yahoo!'s BBAuth, or Google's AuthSub. These are just a couple of examples of proprietary protocols created to allow people to leverage these company's services. Unfortunately, the trend of creating and using proprietary protocols just doesn't scale. Enter OAuth 2.0.
OAuth 2.0 is an open protocol for delegating authorization to such services, and it has become the standard authorization protocol used by companies around the world. It allows developers like you and I to access these world-class technologies and use them in our own applications! It is a fascinating problem space with an equally fascinating and elegant solution.
I've been lucky enough to work in the Identity space for the past 7 years, and during this time, I've been able to witness the evolution and progression of this protocol. Mastering OAuth 2.0 is an attempt at distilling the most important parts of the protocol, including design and usage. With a hard focus on practicality and security, this book focuses on the parts of integration that will give application developers like you and I the most benefit and mileage.
As OAuth 2.0 continues to gain adoption, and more and more services become available for developers to integrate with and leverage, I'm hoping that this book will allow you to be able to comfortably dive in and start building the next generation of world-class applications and technologies!
- 從零開始:數字圖像處理的編程基礎與應用
- Learning Docker
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Neo4j Essentials
- PHP網絡編程學習筆記
- PostgreSQL 11從入門到精通(視頻教學版)
- Hands-On RESTful Web Services with Go
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- 精通Python自動化編程
- Scala Reactive Programming
- LabVIEW虛擬儀器入門與測控應用100例
- MySQL 8從零開始學(視頻教學版)
- Pandas 1.x Cookbook
- 區塊鏈:技術與場景
- 基于Docker的Redis入門與實戰